Skip to content

Instantly share code, notes, and snippets.

@NovoManu
Created August 18, 2019 15:50
Show Gist options
  • Save NovoManu/91ac0e04e23cd4704fc1ca0f0437e9e1 to your computer and use it in GitHub Desktop.
Save NovoManu/91ac0e04e23cd4704fc1ca0f0437e9e1 to your computer and use it in GitHub Desktop.
export interface ITodo {
id: number
userId: number
title: string
completed: boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment