UNPKG

@kaltura-ng/kaltura-client

Version:
15 lines (14 loc) 529 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaDropFolderType extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static feed: KalturaDropFolderType; static ftp: KalturaDropFolderType; static local: KalturaDropFolderType; static s3: KalturaDropFolderType; static scp: KalturaDropFolderType; static sftp: KalturaDropFolderType; static webex: KalturaDropFolderType; }