How to define TS for access and others thing? #1788
-
Hi, I am trying define typescript for
|
Beta Was this translation helpful? Give feedback.
Answered by
jessrynkar
Jan 10, 2023
Replies: 1 comment
-
Hi @IRediTOTO - this blog post should get you on track! After running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zubricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @IRediTOTO - this blog post should get you on track!
After running
payload generate:types
you should be able to importuser
from your generated types file and use this in your code above.