doc.ts 51 B

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