Fix conflicts #78
Annotations
10 errors
package
Type '(tabId: any, messageId: any, code: any, type: any, referenceTrackerInfo: any, eventId: any, codeBlockIndex: any, totalCodeBlocks: any) => void' is not assignable to type '(tabId: string, messageId: string, code?: string | undefined, type?: CodeSelectionType | undefined, referenceTrackerInformation?: ReferenceTrackerInformation[] | undefined, eventId?: string | undefined) => void'.
|
package
Parameter 'tabId' implicitly has an 'any' type.
|
package
Parameter 'messageId' implicitly has an 'any' type.
|
package
Parameter 'code' implicitly has an 'any' type.
|
package
Parameter 'type' implicitly has an 'any' type.
|
package
Parameter 'referenceTrackerInfo' implicitly has an 'any' type.
|
package
Parameter 'eventId' implicitly has an 'any' type.
|
package
Parameter 'codeBlockIndex' implicitly has an 'any' type.
|
package
Parameter 'totalCodeBlocks' implicitly has an 'any' type.
|
package
Process completed with exit code 1.
|