export interface JwtValidate {
  role: string;
  login: string;
  audience: string;
  expired: string;
  issuer: string;
}
