@chevre/factory 4.353.0-alpha.5 → 4.353.0
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/lib/order.d.ts +1 -1
- package/package.json +1 -1
package/lib/order.d.ts
CHANGED
|
@@ -211,7 +211,7 @@ export type IPersonCustomer = Pick<IPerson, 'id' | 'typeOf' | 'memberOf'> & IPro
|
|
|
211
211
|
* カスタマー
|
|
212
212
|
*/
|
|
213
213
|
export type ICustomer = IPersonCustomer | IWebApplicationCustomer | IOrganizationCustomer;
|
|
214
|
-
export type IBroker = Pick<IPerson, 'id' | '
|
|
214
|
+
export type IBroker = Pick<IPerson, 'id' | 'typeOf'>;
|
|
215
215
|
/**
|
|
216
216
|
* 返品者
|
|
217
217
|
*/
|