79646337

Date: 2025-05-31 05:14:43
Score: 1
Natty:
Report link

drizzle generate types base on your select query, you can get return types like this:

type PricesProps = {
  subscription?: Awaited<ReturnType<typeof getSubscription>>;
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NullEe