export interface IEndevorAuthToken {
    token?: string;
    tokenCreatedOn?: string;
    tokenValidFor?: string;
}
