1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Apply @typescript-eslint/ban-ts-comment rule

This commit is contained in:
Laurent Cozic
2023-06-30 10:22:47 +01:00
parent 7591a1182e
commit 48ef6db4a5
22 changed files with 47 additions and 78 deletions

View File

@ -39,7 +39,7 @@ export interface ShareInvitation {
export interface State {
shares: StateShare[];
shareUsers: Record<string, StateShareUser>;
shareUsers: Record<string, StateShareUser[]>;
shareInvitations: ShareInvitation[];
processingShareInvitationResponse: boolean;
}