ZindagiAssan_Backend / src /modules /auth /auth.entity.ts
Talha812's picture
Upload 45 files
2c16c8c verified
raw
history blame contribute delete
79 Bytes
export class Auth {
constructor(
public readonly id: number,
) {}
}