Type Alias AppContentList

type AppContentList = {
    data?: AppContentListItem[];
    library?: string;
    subpath?: string;
}
Index

Properties

Content list items.

library?: string
subpath?: string