/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Links returned in Config API * @export * @interface FooterLink */ export interface FooterLink { /** * * @type {string} * @memberof FooterLink */ readonly href: string | null; /** * * @type {string} * @memberof FooterLink */ readonly name: string; } /** * Check if a given object implements the FooterLink interface. */ export declare function instanceOfFooterLink(value: object): value is FooterLink; export declare function FooterLinkFromJSON(json: any): FooterLink; export declare function FooterLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): FooterLink; export declare function FooterLinkToJSON(json: any): FooterLink; export declare function FooterLinkToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FooterLink.d.ts.map