Spaces:
Sleeping
Sleeping
File size: 227 Bytes
df9fdc8 | 1 2 3 4 | import type { DuplicateOptions } from "../types";
import { Client } from "../client";
export declare function duplicate(app_reference: string, options: DuplicateOptions): Promise<Client>;
//# sourceMappingURL=duplicate.d.ts.map |