type alias UserEaCRecordimport { type UserEaCRecord } from "https://deno.land/x/fathym_everything_as_code@v0.0.335-integration/src/api/UserEaCRecord.ts"; definition: { EnterpriseLookup: string; EnterpriseName: string; Owner: boolean; ParentEnterpriseLookup: string; Username: string; }