4 lines
70 B
TypeScript
Raw Normal View History

import { User as TUser } from './reducer';
export type User = TUser;