Created
August 9, 2022 22:55
-
-
Save sodiray/0c21ab589b973902d3c31fe3f87e9537 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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