Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Braineanear/EcommerceAPI
/
Class
monolithic/src/app/modules/token/models/token.entity.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
versionKey: false,
9
})
10
export
class
Token {
11
@Prop({
type
: String, required: true })
12
token: string;
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected