Interface AppWidgetsSaveAppImageParams

interface AppWidgetsSaveAppImageParams {
    hash: string;
    image: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string

Parameter returned when photo is uploaded to server

image: string

Parameter returned when photo is uploaded to server

Generated using TypeDoc