export interface ICompanyRemoteAccess {
    active: boolean;
    code: string;
    domain: string;
    remoteIp: string;
    updatedAt: Date;
}
