UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 144 B
export interface ICompanyRemoteAccess { active: boolean; code: string; domain: string; remoteIp: string; updatedAt: Date; }