TypeAlias.TableBulkActionResult
@standhigher/polaris-data-table
@standhigher/polaris-data-table / TableBulkActionResult
Type Alias: TableBulkActionResult
TableBulkActionResult = {
status:"completed";succeededCount:number;failed: readonlyTableBulkFailure[];clearSelection:boolean; } | {status:"accepted";operationId:string;acceptedCount:number;clearSelection:boolean; }