fixed eslint of Trigger.ts GithubOAuthService.ts etc (#1126)

This commit is contained in:
Sunil Kumar Yadav
2021-10-11 20:25:21 +05:30
committed by GitHub
parent ed1ffb692f
commit ff498b51e2
6 changed files with 26 additions and 27 deletions

View File

@@ -62,7 +62,7 @@ export interface IPublishNotebookRequest {
description: string;
tags: string[];
thumbnailUrl: string;
content: any;
content: unknown;
addLinkToNotebookViewer: boolean;
}