browser.ts 726 B

1234567891011121314151617181920212223
  1. /* !!! This is code generated by Prisma. Do not edit directly. !!! */
  2. /* eslint-disable */
  3. // @ts-nocheck
  4. /*
  5. * This file should be your main import to use Prisma-related types and utilities in a browser.
  6. * Use it to get access to models, enums, and input types.
  7. *
  8. * This file does not contain a `PrismaClient` class, nor several other helpers that are intended as server-side only.
  9. * See `client.ts` for the standard, server-side entry point.
  10. *
  11. * 🟢 You can import this file directly.
  12. */
  13. import * as Prisma from './internal/prismaNamespaceBrowser.ts'
  14. export { Prisma }
  15. export * as $Enums from './enums.ts'
  16. export * from './enums.ts';
  17. /**
  18. * Model ShortLink
  19. *
  20. */
  21. export type ShortLink = Prisma.ShortLinkModel