mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
|
|
import properties from './properties';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
title: 'Woocommerce datasource',
|
||
|
|
description: 'A schema defining Woocommerce datasource',
|
||
|
|
type: 'api',
|
||
|
|
defaults: {},
|
||
|
|
properties,
|
||
|
|
};
|