CustomEventResponse
Type Alias: CustomEventResponse
type CustomEventResponse = {
eventName: string;
fields: {
description: string | null;
fieldName: string;
label: string | null;
type: "string" | "boolean" | "number";
}[];
} & {
createdAt: Date;
id: string;
updatedAt: Date;
};Type declaration
Name
Type
Type declaration
Name
Type
Last updated