Type alias TEpSdkCustomAttributeDefinitionTask_Settings

TEpSdkCustomAttributeDefinitionTask_Settings: Partial<Pick<CustomAttributeDefinition, "valueType" | "scope">> & {
    applicationDomainId?: string;
    associatedEntityTypes?: EEpSdkCustomAttributeEntityTypes[];
}