export interface CustomFieldOptionAsResponse { /** * The URL of these custom field option details. */ self?: string; /** * The value of the custom field option. */ value?: string; } //# sourceMappingURL=CustomFieldOptionAsResponse.d.ts.map