export type Schema1 = { id: string; created: boolean; createdAt: number; createdBy: number | null; name: string | null; type: string | null; schema: string | null; }; export type Schema1Get = Partial; export type Schema1Set = Omit; export type Schema1Key = Pick; export type Schema1Filter = Schema1Get;