import { WebAppUserInterface } from "./web-app-user.interface";

export interface DataInterface {
  authDate: string;
  queryId: string;
  user: WebAppUserInterface;
}
