interface ICustomField {
    custom_field: string;
    value: string;
}

Properties

Properties

custom_field: string
value: string