export type CreateModelAttributes = Record<string, string> & {
    type: string;
}
