vtils

Home > vae > VaeObjectSchemaShapeOf

VaeObjectSchemaShapeOf type

Signature:

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

References: VaeSchemaOf