feat: instances on worker
This commit is contained in:
Vendored
+5
@@ -44,6 +44,11 @@ declare namespace Global {
|
||||
opts?: Array<BaseOption<string | number>>;
|
||||
}
|
||||
|
||||
interface InitialStateType {
|
||||
fetchUserInfo: () => Promise<UserInfo>;
|
||||
currentUser?: UserInfo;
|
||||
}
|
||||
|
||||
type SearchParams = Pagination & { search?: string };
|
||||
|
||||
type MessageType = 'transition' | 'warning' | 'danger' | 'success' | 'info';
|
||||
|
||||
Reference in New Issue
Block a user