export class SignTokenPayload {
  userId: string;
  sessionId: string;
  exp: number;
  jwtToken: string;
}
