Fix eslint errors
This commit is contained in:
parent
5b3ab651e6
commit
4e41fda93a
87 changed files with 1003 additions and 702 deletions
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
|
||||
import { IMessage } from './IMessage';
|
||||
import { type IMessage } from './IMessage';
|
||||
|
||||
export interface IGetFeedbackResponse {
|
||||
messages: IMessage[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue