/** * 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. */ /** * current entropy during ResetDevice workflow * @export * @interface DebugLinkGetState200ResponseResetEntropy */ export interface DebugLinkGetState200ResponseResetEntropy { } /** * Check if a given object implements the DebugLinkGetState200ResponseResetEntropy interface. */ export declare function instanceOfDebugLinkGetState200ResponseResetEntropy(value: object): boolean; export declare function DebugLinkGetState200ResponseResetEntropyFromJSON(json: any): DebugLinkGetState200ResponseResetEntropy; export declare function DebugLinkGetState200ResponseResetEntropyFromJSONTyped(json: any, ignoreDiscriminator: boolean): DebugLinkGetState200ResponseResetEntropy; export declare function DebugLinkGetState200ResponseResetEntropyToJSON(value?: DebugLinkGetState200ResponseResetEntropy | null): any;