export type Form1 = { id: string; created: boolean; createdAt: number; createdBy: number | null; SchemaId: string | null; data: string | null; }; export type Form1Get = Partial; export type Form1Set = Omit; export type Form1Key = Pick; export type Form1Filter = Form1Get;