/** * Linkbreakers API * This is a documentation of all the APIs of Linkbreakers * * The version of the OpenAPI document: 1.118.3 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * - TYPE_UNSPECIFIED: Record type not specified * - TYPE_TXT: TXT DNS record used for validation * - TYPE_CNAME: CNAME DNS record used for validation * @export */ export declare const ValidationInstructionsCustomDomainResponseValidationType: { readonly TypeUnspecified: "TYPE_UNSPECIFIED"; readonly TypeTxt: "TYPE_TXT"; readonly TypeCname: "TYPE_CNAME"; }; export type ValidationInstructionsCustomDomainResponseValidationType = typeof ValidationInstructionsCustomDomainResponseValidationType[keyof typeof ValidationInstructionsCustomDomainResponseValidationType]; export declare function instanceOfValidationInstructionsCustomDomainResponseValidationType(value: any): boolean; export declare function ValidationInstructionsCustomDomainResponseValidationTypeFromJSON(json: any): ValidationInstructionsCustomDomainResponseValidationType; export declare function ValidationInstructionsCustomDomainResponseValidationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidationInstructionsCustomDomainResponseValidationType; export declare function ValidationInstructionsCustomDomainResponseValidationTypeToJSON(value?: ValidationInstructionsCustomDomainResponseValidationType | null): any; export declare function ValidationInstructionsCustomDomainResponseValidationTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ValidationInstructionsCustomDomainResponseValidationType;