UNPKG
sush-plugin-spreadsheet
Version:
latest (1.0.1)
1.0.1
1.0.0
SUSH Plugin for fetching Google Spreadsheet.
3846masa/SUSH
sush-plugin-spreadsheet
/
src
/
index.d.ts
9 lines
(8 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
SUSHInfo
}
from
'sush'
;
/** * `SUSHPluginSpreadsheet` fetches Google Spreadsheet. */
declare
function
SUSHPluginSpreadsheet
(
{sheetUrl}: { sheetUrl:
string
; }
):
(
{id, stock}:
SUSHInfo
) =>
Promise
<
SUSHInfo
>;
export
default
SUSHPluginSpreadsheet
;