document.write("
export interface IUser {
body: string;
id: number;
title: string;
userId: number;
}
user.ts - Snippet hosted by \"Cacher\"
");