diff options
Diffstat (limited to 'src/sheets.ts')
| -rw-r--r-- | src/sheets.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sheets.ts b/src/sheets.ts new file mode 100644 index 0000000..a03e349 --- /dev/null +++ b/src/sheets.ts @@ -0,0 +1,3 @@ +export const broadcast = async (): Promise<void> => { + // TODO +}; |
