mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-22 06:20:44 +01:00
Add two files of Table to master (#364)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
abstract class CacheBase<T> {
|
||||
public data: T[];
|
||||
public data: T[] | null;
|
||||
public sortOrder: any;
|
||||
public serverCallInProgress: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user