ESLint Migration
This commit is contained in:
parent
315be542b8
commit
48df8ab3b1
13 changed files with 133 additions and 112 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -70,7 +70,7 @@ type ConversationAttributesType = {
|
|||
version: number;
|
||||
};
|
||||
|
||||
declare class ConversationModelType extends Backbone.Model<
|
||||
export declare class ConversationModelType extends Backbone.Model<
|
||||
ConversationAttributesType
|
||||
> {
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue