Type alias NewFormElementLookupUrl

NewFormElementLookupUrl: NewFormElementLookupBase & {
    apiId?: string;
    builtInId?: number;
    environments: FormElementLookupEnvironmentUrl[];
    excludeDefinition?: boolean;
    type: "ELEMENT" | "DATA";
}