plugin updates
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
const ConnectionStatus = {
|
||||
Connected: 'Connected',
|
||||
NotConnected: 'NotConnected',
|
||||
} as const;
|
||||
|
||||
export default ConnectionStatus;
|
||||
@@ -1,11 +0,0 @@
|
||||
const LoadState = {
|
||||
NotLoaded: 'NotLoaded',
|
||||
Loading: 'Loading',
|
||||
Loaded: 'Loaded',
|
||||
Idle: 'Idle',
|
||||
Failed: 'Failed',
|
||||
} as const;
|
||||
|
||||
export type LoadStateType = typeof LoadState[keyof typeof LoadState];
|
||||
|
||||
export default LoadState;
|
||||
Reference in New Issue
Block a user