13 lines
240 B
Markdown
13 lines
240 B
Markdown
---
|
|
favicon: /favicons/xero.svg
|
|
items:
|
|
- name: New bank transactions
|
|
desc: Triggers when a new bank transaction occurs.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|