Interface PollsSavePhotoParams

interface PollsSavePhotoParams {
    hash: string;
    photo: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string
photo: string

Generated using TypeDoc