JValueDomainEntry: {
    title: JMultiLocaleTranslationValue;
    value: string | number;
} | {
    nullValue: true;
    title: JMultiLocaleTranslationValue;
}

Type declaration

Type declaration