file-ref.ts 55 B

1234
  1. export type FileRef = {
  2. _id: string
  3. name: string
  4. }