/** * 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. */ /** * * @export */ export declare const CornersDotType: { readonly CornersDotTypeUnspecified: "CORNERS_DOT_TYPE_UNSPECIFIED"; readonly CornersDotTypeDot: "CORNERS_DOT_TYPE_DOT"; readonly CornersDotTypeSquare: "CORNERS_DOT_TYPE_SQUARE"; readonly CornersDotTypeHexagon: "CORNERS_DOT_TYPE_HEXAGON"; readonly CornersDotTypeOctagon: "CORNERS_DOT_TYPE_OCTAGON"; readonly CornersDotTypeTeardrop: "CORNERS_DOT_TYPE_TEARDROP"; readonly CornersDotTypeStar: "CORNERS_DOT_TYPE_STAR"; }; export type CornersDotType = typeof CornersDotType[keyof typeof CornersDotType]; export declare function instanceOfCornersDotType(value: any): boolean; export declare function CornersDotTypeFromJSON(json: any): CornersDotType; export declare function CornersDotTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CornersDotType; export declare function CornersDotTypeToJSON(value?: CornersDotType | null): any; export declare function CornersDotTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): CornersDotType;