preview-path.ts 64 B

1234
  1. export type PreviewPath = {
  2. url: string
  3. extension: string
  4. }