namespace Entity { export type List = { id: string title: string } }