Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created August 8, 2019 17:04
Show Gist options
  • Save vsavkin/bc167563d8b6bbff7dc715fbd0605ba6 to your computer and use it in GitHub Desktop.
Save vsavkin/bc167563d8b6bbff7dc715fbd0605ba6 to your computer and use it in GitHub Desktop.
export type Ticket = {
title: string;
id: number;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment