starchild-widget
Version:
Starchild Widget
14 lines • 600 B
TypeScript
/**
* Store related type definitions
* Contains all state management related type definitions
*/
export type { ChatState } from './chat';
export type { SearchState } from './search';
export type { CommonState, Environment } from './common';
export type { AuthState, AuthAction, AuthCredentials } from './auth';
export { AuthActionType } from './auth';
export type { PositioncacheState } from './position';
export type { TradeState } from './trade';
export type { RootState, RootAction, WidgetContextType } from './root';
export { RootActionType } from './root';
//# sourceMappingURL=index.d.ts.map