Type Alias AppContentListItem

type AppContentListItem = {
    id?: string;
    link?: string;
    name?: string;
    type?: string;
}
Index

Properties

Properties

id?: string

Unique content identifier.

link?: string

Unique content link.

name?: string

Content name.

type?: string

Content type.