Type Alias AppContentListItem

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

Unique content identifier.

link?: string

Unique content link.

name?: string

Content name.

type?: string

Content type.