UNPKG

ts-clean-core

Version:
9 lines (8 loc) 134 B
export default interface UserToken { user: { business_alias: string; id: string; email: string; }; token: string; }