Skip to content

Commit 0dc6555

Browse files
committed
Suppress lint deprecation warning at the export statement for User model
1 parent d47628c commit 0dc6555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/onyx/User.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ type User = {
4141
hasAccessibleDomainPolicies?: boolean;
4242
};
4343

44+
// eslint-disable-next-line deprecation/deprecation
4445
export default User;

0 commit comments

Comments
 (0)