export interface DataAccessStrapiGeneratorSchema { name: string; tags?: string; directory?: string; isWebExample?: boolean; }