Interface UpdateMiniCardsGridParameters

interface UpdateMiniCardsGridParameters {
    getUpdatedAllParams: (() => AddVideosGridParameters);
    [key: string]: any;
}

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

getUpdatedAllParams: (() => AddVideosGridParameters)