export interface SpiffeJwtPayload {
  spiffeId: string,
  audience: string[]
}
