Interface StoriesUploadResponse

interface StoriesUploadResponse {
    upload_result: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

upload_result: string

A string hash that is used in the stories.save method

Generated using TypeDoc