CustomEventDefinitionInput
Type Alias: CustomEventDefinitionInput
type CustomEventDefinitionInput = {
eventName: string;
fields: {
description: string | null;
fieldName: string;
label: string | null;
type: "string" | "boolean" | "number";
}[];
};Properties
eventName
eventName: string;fields
Name
Type
Last updated