CustomEventDefinition
Type Alias: CustomEventDefinition
type CustomEventDefinition = {
description: string | null;
fieldName: string;
label: string | null;
type: "string" | "boolean" | "number";
}[];Type declaration
Name
Type
Last updated