export interface Todo { id: number content: string } export interface Meta { totalCount: number }