Type alias CustomAttribute
CustomAttribute: {
customAttributeDefinitionId?: string;
customAttributeDefinitionName?: string;
value?: string;
}
Type declaration
-
Optional customAttributeDefinitionId?: string
-
Optional customAttributeDefinitionName?: string
-
Optional value?: string