Skip to main content
Module

x/fathym_common/mod.ts>EverythingAsCode

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface EverythingAsCode
import { type EverythingAsCode } from "https://deno.land/x/fathym_common@v0.0.80-eac/mod.ts";

Properties

optional
AccessRights: { [key: string]: EaCAccessRightAsCode; }
optional
Applications: { [key: string]: EaCApplicationAsCode; }
optional
DataTokens: { [key: string]: EaCDataTokenAsCode; }
optional
EnterpriseLookup: string
optional
Environments: { [key: string]: EaCEnvironmentAsCode; }
optional
Hosts: { [key: string]: EaCHostAsCode; }
optional
LicenseConfigurations: { [key: string]: EaCLicenseConfigurationAsCode; }
optional
Modifiers: { [key: string]: EaCDFSModifierAsCode; }
optional
ParentEnterpriseLookup: string
optional
PrimaryEnvironment: string
optional
PrimaryHost: string
optional
Projects: { [key: string]: EaCProjectAsCode; }
optional
Providers: { [key: string]: EaCProviderAsCode; }