vtils

Home > vae > VaeSchemaMetadata

VaeSchemaMetadata type

Signature:

export declare type VaeSchemaMetadata = keyof VaeSchemaCustomMetadata extends never ? Record<any, any> : VaeSchemaCustomMetadata;

References: VaeSchemaCustomMetadata