import { ICompanyRemoteAccess } from './i-company-remote-access';
export interface ICompanyCustomData {
    remoteAccess: ICompanyRemoteAccess;
}
