/** * 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. */ /** * double sha256 hash of the bootloader * @export * @interface TypesFeaturesBootloaderHash */ export interface TypesFeaturesBootloaderHash { } /** * Check if a given object implements the TypesFeaturesBootloaderHash interface. */ export declare function instanceOfTypesFeaturesBootloaderHash(value: object): boolean; export declare function TypesFeaturesBootloaderHashFromJSON(json: any): TypesFeaturesBootloaderHash; export declare function TypesFeaturesBootloaderHashFromJSONTyped(json: any, ignoreDiscriminator: boolean): TypesFeaturesBootloaderHash; export declare function TypesFeaturesBootloaderHashToJSON(value?: TypesFeaturesBootloaderHash | null): any;