Interface SupportUnblockScreenSlidersFields

interface SupportUnblockScreenSlidersFields {
    items: SupportUnblockScreenSlidersFieldsItem[];
    type: "sliders";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

type: "sliders"

Generated using TypeDoc