export type CreateModelAttributes = Record<string, string> & {
    type: string;
};
//# sourceMappingURL=types.d.ts.map