UNPKG

@putdotio/api-client

Version:

JavaScript SDK for interacting with the put.io API.

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