vtils

Home > vae > VaeLocaleMessagePayload

VaeLocaleMessagePayload type

Signature:

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

References: VaeSchemaPath