export interface ListSchema { project?: string; singular: string; plural: string; namesingular: string; nameplural: string; }