UnlyEd/next-right-now-admin

View on GitHub
src/types/Cookies.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Cookies = {
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
  [key: string]: any; // Allow any key - See https://stackoverflow.com/a/47572701/2391795
};