export interface IAuthToken {
    tokenType: string;
    expiresIn: number;
    accessToken: string;
}
//# sourceMappingURL=IAuthInterface.d.ts.map