Linden Crandall 5075f5c5d8
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
commit upstream files
2025-02-06 04:14:18 +09:00

17 lines
443 B
Markdown

---
favicon: /favicons/google-sheets.svg
items:
- name: New spreadsheets
desc: Triggers when you create a new spreadsheet.
- name: New worksheets
desc: Triggers when you create a new worksheet in a spreadsheet.
- name: New spreadsheet rows
desc: Triggers when a new row is added to the bottom of a spreadsheet.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />