/** * Represents a ContractExclusionSetExcludedWorkTypes in Autotask. * Corresponds to the Autotask entity "ContractExclusionSetExcludedWorkTypes". */ export interface ContractExclusionSetExcludedWorkTypes { /** * Autotask field: contractExclusionSetID * Data Type: integer * Required: true * Readonly: false * Reference to: ContractExclusionSet */ contractExclusionSetID: number; /** * Autotask field: excludedWorkTypeID * Data Type: integer * Required: true * Readonly: false * Reference to: BillingCode */ excludedWorkTypeID: number; /** * Autotask field: id * Data Type: long * Required: true * Readonly: true */ readonly id: number; } //# sourceMappingURL=ContractExclusionSetExcludedWorkTypes.d.ts.map