Type alias NewBuiltInFormElementLookup

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

Type declaration

  • createdAt: string
  • description: string
  • name: string
  • supportUrl: string
  • type: "ELEMENT" | "DATA"
  • updatedAt: string
  • url: string