Skip to content

Commit a36c24f

Browse files
authored
fix(types): remove non-existent updatedAt from tailor.idp.User (#180)
1 parent f40fe70 commit a36c24f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ declare namespace tailor.idp {
332332
name: string;
333333
disabled: boolean;
334334
createdAt?: string;
335-
updatedAt?: string;
336335
}
337336

338337
/**

0 commit comments

Comments
 (0)