Created
August 4, 2020 17:07
-
-
Save skflowne/de739ef2935ecafbe587e948ba6a461e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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