interface ModelAttribute {
    properties?: Record<string, any>;
    type: string;
}

Properties

Properties

properties?: Record<string, any>
type: string