Type Alias NewFormElementLookupStaticData

NewFormElementLookupStaticData: NewFormElementLookupBase & {
    environments: FormElementLookupStaticDataEnvironment[];
    type: "STATIC_DATA";
}