Skip to content

Commit

Permalink
Auto generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 2b738cd commit 44a87ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/pages/etc/pages.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,17 @@ export interface TemplateConfig {
streamId?: string;
}

// @internal
export interface TemplateManifest {
templates: {
name: string;
description: string;
exampleSiteUrl: string;
layoutRequired: boolean;
defaultLayoutData: string;
}[];
}

// @public
export interface TemplateModule<
T extends TemplateProps,
Expand Down

0 comments on commit 44a87ea

Please sign in to comment.