TEpSdkCustomAttribute: {
    applicationDomainId?: string;
    name: string;
    scope: CustomAttributeDefinition.scope;
    value: string;
    valueType: CustomAttributeDefinition.valueType;
}

Type declaration