UNPKG

@putdotio/api-client

Version:

JavaScript SDK for interacting with the put.io API.

8 lines (7 loc) 257 B
export interface ISharingCloneResponse { id: number; } export interface ISharingCloneInfoResponse { shared_file_clone_status: SharingCloneInfoStatuses; } export declare type SharingCloneInfoStatuses = 'NEW' | 'PROCESSING' | 'DONE' | 'ERROR';