Type alias JsonBodyInputSchema

JsonBodyInputSchema: {
    helper?: string;
    key: string;
    label: string;
    type: "date" | "url" | "string" | "number" | "boolean";
}

Type declaration

  • Optional helper?: string
  • key: string
  • label: string
  • type: "date" | "url" | "string" | "number" | "boolean"