Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Talha812
/
ZindagiAssan_Backend
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ZindagiAssan_Backend
/
src
/
modules
/
auth
/
auth.entity.ts
Talha812
Upload 45 files
2c16c8c
verified
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
export
class
Auth
{
constructor
(
public
readonly
id:
number
,
) {}
}