We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40fe70 commit a36c24fCopy full SHA for a36c24f
2 files changed
.changeset/remove-user-updated-at.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tailor-platform/function-types": patch
3
4
+
5
+Remove non-existent `updatedAt` field from `tailor.idp.User`
packages/types/tailor.d.ts
@@ -332,7 +332,6 @@ declare namespace tailor.idp {
332
name: string;
333
disabled: boolean;
334
createdAt?: string;
335
- updatedAt?: string;
336
}
337
338
/**
0 commit comments