Skip to content

Commit 6f30a41

Browse files
authored
docs(function): remove updatedAt from IDP User interface (#126)
The IDP client's User type does not expose an updatedAt field, so documenting it misleads readers into expecting a property that does not exist on returned users.
1 parent 310087f commit 6f30a41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/guides/function/managing-idp-users.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ interface User {
2828
name: string;
2929
disabled: boolean;
3030
createdAt?: string;
31-
updatedAt?: string;
3231
}
3332

3433
interface UserQuery {

0 commit comments

Comments
 (0)