UNPKG

@indicafix/types

Version:

useful package for type sharing in different services.

11 lines (10 loc) 226 B
import { commonUser } from './common-user'; export interface AuthUser extends commonUser { company: { id: string; name: string; image: string; paid: boolean; color: string; }; }