interface ChildCustomContent {
    id?: string;
    spaceId?: string;
    status?: OnlyArchivedAndCurrentContentStatus;
    title?: string;
    type?: string;
}

Hierarchy

  • Record<string, unknown>
    • ChildCustomContent

Properties

id?: string

ID of the child custom content.

spaceId?: string

ID of the space the custom content is in.

The status of the content.

title?: string

Title of the custom content.

type?: string

Custom content type.