Field mapping for mandatory fields in target

interface TargetMandatoryFields {
    fields: {
        [key: string]: TargetMandatoryFieldsValue;
    };
}

Properties

Properties

fields: {
    [key: string]: TargetMandatoryFieldsValue;
}

Contains the value of mandatory fields

Type declaration