/** * 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 PageThemeBorderStyle: { readonly PageThemeBorderStyleUnspecified: "PAGE_THEME_BORDER_STYLE_UNSPECIFIED"; readonly PageThemeBorderStyleSolid: "PAGE_THEME_BORDER_STYLE_SOLID"; readonly PageThemeBorderStyleDashed: "PAGE_THEME_BORDER_STYLE_DASHED"; readonly PageThemeBorderStyleDotted: "PAGE_THEME_BORDER_STYLE_DOTTED"; readonly PageThemeBorderStyleDouble: "PAGE_THEME_BORDER_STYLE_DOUBLE"; readonly PageThemeBorderStyleGroove: "PAGE_THEME_BORDER_STYLE_GROOVE"; readonly PageThemeBorderStyleRidge: "PAGE_THEME_BORDER_STYLE_RIDGE"; }; export type PageThemeBorderStyle = typeof PageThemeBorderStyle[keyof typeof PageThemeBorderStyle]; export declare function instanceOfPageThemeBorderStyle(value: any): boolean; export declare function PageThemeBorderStyleFromJSON(json: any): PageThemeBorderStyle; export declare function PageThemeBorderStyleFromJSONTyped(json: any, ignoreDiscriminator: boolean): PageThemeBorderStyle; export declare function PageThemeBorderStyleToJSON(value?: PageThemeBorderStyle | null): any; export declare function PageThemeBorderStyleToJSONTyped(value: any, ignoreDiscriminator: boolean): PageThemeBorderStyle;