export interface IListProps { name: string; description: string; templateId: number; isContentTypeEnabled: boolean; extraProps: any; }