first
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Types } from "mongoose";
|
||||
|
||||
export class ISellerContract {
|
||||
content: string;
|
||||
seller: Types.ObjectId;
|
||||
contractNumber: string;
|
||||
signed: boolean;
|
||||
singedAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user