import { type EverythingAsCodeIdentity } from "https://deno.land/x/fathym_everything_as_code@v0.1.74/src/modules/identity/EverythingAsCodeIdentity.ts";
The Identity spec used for tracking authentication and authorization configurations.
definition: { Providers?: Record<string, EaCProviderAsCode>; }