Interface VideoEditResponse

interface VideoEditResponse {
    access_key: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

access_key: string

Access key for access link

Generated using TypeDoc