/** * 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. */ /** * The role this share set plays for the wallet * @export * @enum {string} */ export declare enum WaasWalletShareSetType { Delegated = "delegated", RootUser = "rootUser", Server = "server", BusinessAccountUser = "businessAccountUser" } export declare function WaasWalletShareSetTypeFromJSON(json: any): WaasWalletShareSetType; export declare function WaasWalletShareSetTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasWalletShareSetType; export declare function WaasWalletShareSetTypeToJSON(value?: WaasWalletShareSetType | null): any;