This commit is contained in:
cereci5049 2024-08-18 12:59:34 +05:30
parent 412578f294
commit d9b0a03fa4

View file

@ -8,4 +8,14 @@ type
password*: string
createdAt*: string
updatedAt*: string
accessLevel*: int
accessLevel*: int
Orders* = object
id*: int
buyerId*: int
orderDate*: string
orderStatus*: string
shippingAddressId*: int
billingAddressId*: int
createdAt*: string
updatedAt*: string