Interface AppWidgetsUpdateParams

interface AppWidgetsUpdateParams {
    code: string;
    type: "match" | "matches" | "table" | "text" | "list" | "compact_list" | "cover_list" | "donation" | "tiles";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: string
type: "match" | "matches" | "table" | "text" | "list" | "compact_list" | "cover_list" | "donation" | "tiles"

Generated using TypeDoc