You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@@ -2,14 +2,14 @@ import paginationToSql from './paginationToSql';
|
||||
import { Pagination, PaginationOrder } from './types';
|
||||
|
||||
export interface ModelFeedPage {
|
||||
items: any[],
|
||||
has_more?: boolean,
|
||||
total?: number,
|
||||
items: any[];
|
||||
has_more?: boolean;
|
||||
total?: number;
|
||||
}
|
||||
|
||||
export interface WhereQuery {
|
||||
sql: string,
|
||||
params: any[],
|
||||
sql: string;
|
||||
params: any[];
|
||||
}
|
||||
|
||||
// Note: this method might return more fields than was requested as it will
|
||||
|
||||
Reference in New Issue
Block a user