Skip to content

Instantly share code, notes, and snippets.

@jtulk
Last active May 26, 2021 19:40
Show Gist options
  • Save jtulk/20e817b0492d0f1454dcd85efee93c94 to your computer and use it in GitHub Desktop.
Save jtulk/20e817b0492d0f1454dcd85efee93c94 to your computer and use it in GitHub Desktop.
type Response = {
contents: (Folder | Item)[];
id: string;
name: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment