/** * 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. */ /** * hash of storage * @export * @interface DebugLinkGetState200ResponseStorageHash */ export interface DebugLinkGetState200ResponseStorageHash { } /** * Check if a given object implements the DebugLinkGetState200ResponseStorageHash interface. */ export declare function instanceOfDebugLinkGetState200ResponseStorageHash(value: object): boolean; export declare function DebugLinkGetState200ResponseStorageHashFromJSON(json: any): DebugLinkGetState200ResponseStorageHash; export declare function DebugLinkGetState200ResponseStorageHashFromJSONTyped(json: any, ignoreDiscriminator: boolean): DebugLinkGetState200ResponseStorageHash; export declare function DebugLinkGetState200ResponseStorageHashToJSON(value?: DebugLinkGetState200ResponseStorageHash | null): any;