Home > vae > VaeLocaleMessagePayload
Signature:
export declare type VaeLocaleMessagePayload = { label?: string; path: VaeSchemaPath; value: any; params: Record<string, any>; };
References: VaeSchemaPath