TypeAlias.TableSelection
@standhigher/polaris-data-table
@standhigher/polaris-data-table / TableSelection
Type Alias: TableSelection
TableSelection = {
mode:"explicit";ids: readonlystring[]; } | {mode:"allMatching";selectionToken:string;selectedCount:number;expiresAt:string;excludedIds: readonlystring[]; }