ts: Misplacement of getConfig in Plugin interface
Author: trrkCreated Sep 14, 2026Updated Sep 14, 2026
The getConfig method appears to be defined inside the Plugin interface in index.d.ts, but it seems it should belong to SpreadsheetInstance.
Could you please verify if this is a type definition misplacement and update index.d.ts accordingly?
Source: jspreadsheet/ce