Skip to content

Commit

Permalink
Add extension type (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
erxclau authored Apr 9, 2024
1 parent d8118d6 commit 68d1383
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
* sheetId: string,
* output: string,
* auth?: string
* } |
* {
* type: "sheet",
* id: string,
* extension: ".json" | ".tsv" | ".csv",
* output: string,
* auth?: string
* }
* )[],
* deployment: {
Expand Down

0 comments on commit 68d1383

Please sign in to comment.