interface CustomEntry {
    attachments: CustomEntryAttachment[];
    components: [Component, ...Component[]];
    entryType: "custom";
    externalId: null | string;
    title: string;
    type: null | string;
}

Properties

attachments: CustomEntryAttachment[]
components: [Component, ...Component[]]

Min Items

1

entryType: "custom"
externalId: null | string
title: string
type: null | string

Generated using TypeDoc