Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 4, 2020 17:07
Show Gist options
  • Save skflowne/de739ef2935ecafbe587e948ba6a461e to your computer and use it in GitHub Desktop.
Save skflowne/de739ef2935ecafbe587e948ba6a461e to your computer and use it in GitHub Desktop.
export interface File {
id: number
type: "file" | "folder"
name: string
comment: string
modified_time: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment