We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba4a1c commit 56b83a1Copy full SHA for 56b83a1
2 files changed
.changeset/loud-bottles-watch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tailor-platform/function-types": patch
3
4
+
5
+fix: require Tailordb namespace
packages/types/tailor.d.ts
@@ -1,6 +1,6 @@
declare namespace Tailordb {
class Client {
- constructor(config?: { namespace?: string });
+ constructor(config: { namespace: string });
connect(): Promise<void>;
end(): Promise<void>;
6
queryObject<O>(
0 commit comments