@tailor-platform/sdk 1.22.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +0,0 @@
1
- // This file is auto-generated by @tailor-platform/sdk
2
- // Do not edit this file manually
3
- // Regenerated automatically when running 'tailor-sdk apply' or 'tailor-sdk generate'
4
-
5
- declare module "@tailor-platform/sdk" {
6
- interface AttributeMap {}
7
- interface AttributeList {
8
- __tuple: string[];
9
- }
10
- interface Env {}
11
- }
12
-
13
- export {};