Removes more Wild Cloud cruft.
This commit is contained in:
@@ -10,10 +10,6 @@ export interface Message {
|
||||
type: 'info' | 'success' | 'error';
|
||||
}
|
||||
|
||||
export interface LoadingState {
|
||||
[key: string]: boolean;
|
||||
}
|
||||
|
||||
export interface Messages {
|
||||
[key: string]: Message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user