export type File1 = { id: string; created: boolean; createdAt: number; createdBy: number | null; FileId: string | null; SchemaId: string | null; FormId: string | null; };