mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
import { User as TUser } from './reducer';
|
|
|
|
export type User = TUser;
|