-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
typescriptTypes or Types-test related issue / Pull RequestTypes or Types-test related issue / Pull Request
Milestone
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
I have noticed that UUID is not part of RefType and have wondered if it should be valid (as Buffer is).
Lines 565 to 575 in b7b257e
| export type RefType = | |
| | number | |
| | string | |
| | Buffer | |
| | undefined | |
| | Types.ObjectId | |
| | Types.Buffer | |
| | typeof Schema.Types.Number | |
| | typeof Schema.Types.String | |
| | typeof Schema.Types.Buffer | |
| | typeof Schema.Types.ObjectId; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
typescriptTypes or Types-test related issue / Pull RequestTypes or Types-test related issue / Pull Request