export type List = {
    id: string;
    title: string;
};
