Type alias CollectionListType

CollectionListType: MarketplaceConfigAction.Noop | MarketplaceConfigAction.Remove | {
    set: number[];
}

Type declaration

  • set: number[]

Generated using TypeDoc