Type Alias NewBuiltInFormElementLookup

NewBuiltInFormElementLookup: {
    createdAt: string;
    description: string;
    name: string;
    supportUrl: string;
    type: "ELEMENT" | "DATA";
    updatedAt: string;
    url: string;
}