Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コンテンツ参照に対応する #72

Open
hache9669 opened this issue Nov 11, 2020 · 0 comments
Open

コンテンツ参照に対応する #72

hache9669 opened this issue Nov 11, 2020 · 0 comments

Comments

@hache9669
Copy link
Owner

interface Article extends IMicroCMSSearchable {
  id: string;
  createdAt: string;
  updatedAt: string;
  publishedAt: string;
  title: string;
  content: string;
  slug: string;
  relatedArticles: Article[]; 
}

型 'Article[]' のプロパティ 'relatedArticles' を文字列インデックス型 'string | number | boolean | IMicroCMSReferableObject | IMicroCMSReferableObject[]' に割り当てることはできません。ts(2411)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant