Home > vae > VaeObjectSchemaShapeOf
Signature:
export declare type VaeObjectSchemaShapeOf<T> = { [K in keyof T]: VaeSchemaOf<T[K]>; };
References: VaeSchemaOf