CustomEventDefinitionInput
@torque-labs/sdk / CustomEventDefinitionInput
Type Alias: CustomEventDefinitionInput
type CustomEventDefinitionInput = {
eventName: string;
fields: {
description: string | null;
fieldName: string;
label: string | null;
type: "string" | "boolean" | "number";
}[];
};Defined in: sdk/src/types/schemaTypes.ts:868
Properties
eventName
eventName: string;Defined in: sdk/src/types/schemaTypes.ts:869
fields
fields: {
description: string | null;
fieldName: string;
label: string | null;
type: "string" | "boolean" | "number";
}[];Defined in: sdk/src/types/schemaTypes.ts:870
Name
Type
description?
string | null
fieldName
string
label?
string | null
type
"string" | "boolean" | "number"
Last updated
