/** * keepkey-sdk-server * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.1.1 * * * 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 LoadDeviceRequestAllOf1AnyOf */ export interface LoadDeviceRequestAllOf1AnyOf { /** * * @type {string} * @memberof LoadDeviceRequestAllOf1AnyOf */ mnemonic: string; } /** * Check if a given object implements the LoadDeviceRequestAllOf1AnyOf interface. */ export declare function instanceOfLoadDeviceRequestAllOf1AnyOf(value: object): boolean; export declare function LoadDeviceRequestAllOf1AnyOfFromJSON(json: any): LoadDeviceRequestAllOf1AnyOf; export declare function LoadDeviceRequestAllOf1AnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoadDeviceRequestAllOf1AnyOf; export declare function LoadDeviceRequestAllOf1AnyOfToJSON(value?: LoadDeviceRequestAllOf1AnyOf | null): any;