export type AuthToken = { /** * Token */ token: string; /** * Token Expiration Date */ expires: string; };