/** * 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 Endpoint authenticator devices * @export * @interface PatchedEndpointDeviceRequest */ export interface PatchedEndpointDeviceRequest { /** * * @type {string} * @memberof PatchedEndpointDeviceRequest */ pk?: string; /** * The human-readable name of this device. * @type {string} * @memberof PatchedEndpointDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedEndpointDeviceRequest interface. */ export declare function instanceOfPatchedEndpointDeviceRequest(value: object): value is PatchedEndpointDeviceRequest; export declare function PatchedEndpointDeviceRequestFromJSON(json: any): PatchedEndpointDeviceRequest; export declare function PatchedEndpointDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedEndpointDeviceRequest; export declare function PatchedEndpointDeviceRequestToJSON(json: any): PatchedEndpointDeviceRequest; export declare function PatchedEndpointDeviceRequestToJSONTyped(value?: PatchedEndpointDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedEndpointDeviceRequest.d.ts.map