export default interface PortalCredentials { expiration: number; token: string; url: string; }