Skip to main content
Go to Latest
type alias EaCAPIJWTPayload
Re-export
import { type EaCAPIJWTPayload } from "https://deno.land/x/fathym_everything_as_code@v0.0.315/fresh.mod.ts";
definition: Record<string, unknown> & { EnterpriseLookup?: string; JWT?: string; Username?: string; }