JValueDomain: {
    title: JLocaleTranslation;
    value: string | number;
} | {
    nullValue: true;
    title: JLocaleTranslation;
}

Type declaration

Type declaration