/** * Dashboard API * Dashboard API documentation * * The version of the OpenAPI document: 1.0.0 * * * 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 WalletKeyShareInfoWithEncryptedAccountCredentialAllOf */ export interface WalletKeyShareInfoWithEncryptedAccountCredentialAllOf { /** * A string with a max length of 4096 characters * @type {string} * @memberof WalletKeyShareInfoWithEncryptedAccountCredentialAllOf */ encryptedAccountCredential?: string; } export declare function WalletKeyShareInfoWithEncryptedAccountCredentialAllOfFromJSON(json: any): WalletKeyShareInfoWithEncryptedAccountCredentialAllOf; export declare function WalletKeyShareInfoWithEncryptedAccountCredentialAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): WalletKeyShareInfoWithEncryptedAccountCredentialAllOf; export declare function WalletKeyShareInfoWithEncryptedAccountCredentialAllOfToJSON(value?: WalletKeyShareInfoWithEncryptedAccountCredentialAllOf | null): any;