Skip to content

Instantly share code, notes, and snippets.

@sodiray
Created August 9, 2022 22:55
Show Gist options
  • Select an option

  • Save sodiray/0c21ab589b973902d3c31fe3f87e9537 to your computer and use it in GitHub Desktop.

Select an option

Save sodiray/0c21ab589b973902d3c31fe3f87e9537 to your computer and use it in GitHub Desktop.
export type ListingDocument = Listing & {
_id: ObjectId
_categoryId: ObjectId
_userId: ObjectId
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment