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