@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +2 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export type TOrder = {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
export type TProduct = {
|
|
148
|
-
|
|
148
|
+
productType: EProductType;
|
|
149
149
|
width: number;
|
|
150
150
|
height: number;
|
|
151
151
|
feet: number;
|
|
@@ -175,7 +175,7 @@ export type TLength = {
|
|
|
175
175
|
quantity: number;
|
|
176
176
|
};
|
|
177
177
|
|
|
178
|
-
export type
|
|
178
|
+
export type TLumber = {
|
|
179
179
|
_id: string;
|
|
180
180
|
no: string;
|
|
181
181
|
status: EProductStatus;
|