export type O365AuthCredentials = {
  access_token: string;
  refresh_token: string;
  expires_in: number;
};
