Interface AppWidgetsGetAppImageUploadServerParams

interface AppWidgetsGetAppImageUploadServerParams {
    image_type: "160x160" | "160x240" | "24x24" | "50x50" | "510x128";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

image_type: "160x160" | "160x240" | "24x24" | "50x50" | "510x128"

Generated using TypeDoc