File

src/app/todo-list/Todo.ts

Index

Properties

Properties

completed
completed: boolean
Type : boolean
favorite
favorite: boolean
Type : boolean
Optional
id
id: number
Type : number
todo
todo: string
Type : string
userId
userId: number
Type : number
export interface Todo {
  id: number,
  todo: string,
  completed: boolean,
  favorite?: boolean,
  userId: number
}

results matching ""

    No results matching ""