Type alias ArticleTypeTemplate

ArticleTypeTemplate: {
    channel: string;
    page?: string | null;
    template: string;
}

Type declaration

  • channel: string
  • Optional page?: string | null
  • template: string