1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00
bramw_baserow/integrations/zapier/src/samples/row.js
2022-09-23 18:32:17 +00:00

8 lines
159 B
JavaScript

const rowSample = {
id: 0,
order: '1.00000000000000000000',
Name: 'string',
Notes: 'string',
Active: true
}
module.exports = { rowSample }