/** * 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 RecoverMultipleClientKeySharesRequest */ export interface RecoverMultipleClientKeySharesRequest { /** * List of key share identifiers to recover * @type {Array} * @memberof RecoverMultipleClientKeySharesRequest */ keyShareIds?: Array; } export declare function RecoverMultipleClientKeySharesRequestFromJSON(json: any): RecoverMultipleClientKeySharesRequest; export declare function RecoverMultipleClientKeySharesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecoverMultipleClientKeySharesRequest; export declare function RecoverMultipleClientKeySharesRequestToJSON(value?: RecoverMultipleClientKeySharesRequest | null): any;