/** * 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. */ /** * Serializer for static authenticator devices * @export * @interface PatchedStaticDeviceRequest */ export interface PatchedStaticDeviceRequest { /** * The human-readable name of this device. * @type {string} * @memberof PatchedStaticDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedStaticDeviceRequest interface. */ export declare function instanceOfPatchedStaticDeviceRequest(value: object): value is PatchedStaticDeviceRequest; export declare function PatchedStaticDeviceRequestFromJSON(json: any): PatchedStaticDeviceRequest; export declare function PatchedStaticDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedStaticDeviceRequest; export declare function PatchedStaticDeviceRequestToJSON(json: any): PatchedStaticDeviceRequest; export declare function PatchedStaticDeviceRequestToJSONTyped(value?: PatchedStaticDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedStaticDeviceRequest.d.ts.map