/** * 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 CornersSquareType: { readonly CornersSquareTypeUnspecified: "CORNERS_SQUARE_TYPE_UNSPECIFIED"; readonly CornersSquareTypeDot: "CORNERS_SQUARE_TYPE_DOT"; readonly CornersSquareTypeSquare: "CORNERS_SQUARE_TYPE_SQUARE"; readonly CornersSquareTypeExtraRounded: "CORNERS_SQUARE_TYPE_EXTRA_ROUNDED"; readonly CornersSquareTypeHexagon: "CORNERS_SQUARE_TYPE_HEXAGON"; readonly CornersSquareTypeOctagon: "CORNERS_SQUARE_TYPE_OCTAGON"; readonly CornersSquareTypeLeaf: "CORNERS_SQUARE_TYPE_LEAF"; }; export type CornersSquareType = typeof CornersSquareType[keyof typeof CornersSquareType]; export declare function instanceOfCornersSquareType(value: any): boolean; export declare function CornersSquareTypeFromJSON(json: any): CornersSquareType; export declare function CornersSquareTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CornersSquareType; export declare function CornersSquareTypeToJSON(value?: CornersSquareType | null): any; export declare function CornersSquareTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): CornersSquareType;