import { DaffContentPageHtmlServiceInterface } from '@daffodil/content/driver'
Query CMS pages.
interface DaffContentPageHtmlServiceInterface<T extends DaffContentHtmlPage = DaffContentHtmlPage> {
get(id: T["id"]): any
}
anyGet a content page with the specified ID.
| Parameter | id: T["id"] |
|---|---|
| Description |