const currentPage: CollectionPageContext
interface CollectionPageContext { get title(): string; get badge(): string; get isHidden(): boolean; }
Last updated 11 months ago