/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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. */ /** * * @export * @interface GeoIPPolicyCountriesObjInner */ export interface GeoIPPolicyCountriesObjInner { /** * * @type {string} * @memberof GeoIPPolicyCountriesObjInner */ code: string; /** * * @type {string} * @memberof GeoIPPolicyCountriesObjInner */ name: string; } /** * Check if a given object implements the GeoIPPolicyCountriesObjInner interface. */ export declare function instanceOfGeoIPPolicyCountriesObjInner(value: object): value is GeoIPPolicyCountriesObjInner; export declare function GeoIPPolicyCountriesObjInnerFromJSON(json: any): GeoIPPolicyCountriesObjInner; export declare function GeoIPPolicyCountriesObjInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeoIPPolicyCountriesObjInner; export declare function GeoIPPolicyCountriesObjInnerToJSON(json: any): GeoIPPolicyCountriesObjInner; export declare function GeoIPPolicyCountriesObjInnerToJSONTyped(value?: GeoIPPolicyCountriesObjInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GeoIPPolicyCountriesObjInner.d.ts.map