CustomEventDefinition

@torque-labs/sdk


@torque-labs/sdk / CustomEventDefinition

Type Alias: CustomEventDefinition

type CustomEventDefinition = {
  description: string | null;
  fieldName: string;
  label: string | null;
  type: "string" | "boolean" | "number";
 }[];

Defined in: sdk/src/types/schemaTypes.ts:862

Type declaration

Name
Type

description?

string | null

fieldName

string

label?

string | null

type

"string" | "boolean" | "number"

Last updated