UNPKG

sush-plugin-spreadsheet

Version:

SUSH Plugin for fetching Google Spreadsheet.

9 lines (8 loc) 267 B
import { SUSHInfo } from 'sush'; /** * `SUSHPluginSpreadsheet` fetches Google Spreadsheet. */ declare function SUSHPluginSpreadsheet({sheetUrl}: { sheetUrl: string; }): ({id, stock}: SUSHInfo) => Promise<SUSHInfo>; export default SUSHPluginSpreadsheet;