I hereby claim:
- I am coneforapine on github.
- I am relenith (https://keybase.io/relenith) on keybase.
- I have a public key ASDGWFRdwFYKncFvrEesOGy9kHsolOjL0iuXBK5nI_6zMAo
To claim this, I am signing this object:
import { Entity, Column, OneToMany, BeforeInsert, OneToOne, JoinColumn } from "typeorm"; | |
import { IsString, IsEmail, IsMobilePhone, IsJWT } from "class-validator"; | |
import * as bc from "bcrypt"; | |
import { BaseEntity } from "../base/BaseEntity" | |
import { UserLogin } from "./login.model"; | |
import { Image } from "../common/image.model"; | |
import { Wallet } from "../payment/wallet.model"; | |
import { Restaurant } from "../restaurant/restaurant.model"; | |
import { PaymentMethod } from "../payment/method.model"; | |
import { Token } from "./token.model"; |
I hereby claim:
To claim this, I am signing this object: