Skip to content

Instantly share code, notes, and snippets.

@AyoubEd-zz
Created November 26, 2018 18:10
Show Gist options
  • Save AyoubEd-zz/d9fd32e918641a8e12e59b8385929146 to your computer and use it in GitHub Desktop.
Save AyoubEd-zz/d9fd32e918641a8e12e59b8385929146 to your computer and use it in GitHub Desktop.
export interface Comment {
msgId: number,
userId: string,
content: string,
createdAt: number,
deleted: Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment