You've already forked joplin
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:
@ -39,7 +39,7 @@ export interface ShareInvitation {
|
||||
|
||||
export interface State {
|
||||
shares: StateShare[];
|
||||
shareUsers: Record<string, StateShareUser>;
|
||||
shareUsers: Record<string, StateShareUser[]>;
|
||||
shareInvitations: ShareInvitation[];
|
||||
processingShareInvitationResponse: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user