How to define TS for access and others thing?

default discord avatar
IRediTOTOlast year
1 1

Hi, I am trying define typescript for access in CollectionConfig

const User = CollectionConfig={
...
access: {
    read: ({ req: { user } }) => {  // How to define ts for user var here ?
      return true;
    },
  },
  ...

}
  • Selected Answer
    discord user avatar
    JessChowdhury
    last year

    Hi @IRediTOTO - this blog post should get you on track!

    After running payload generate:types you should be able to import user from your generated types file and use this in your code above.

Star on GitHub

Star

Chat on Discord

Discord

online

Can't find what you're looking for?

Get help straight from the Payload team with an Enterprise License.