@be-link/cs-cli-nodejs 0.1.16 → 0.1.17
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.
|
@@ -196,7 +196,7 @@ export declare namespace ShuttleBusSupplier {
|
|
|
196
196
|
total: number;
|
|
197
197
|
};
|
|
198
198
|
interface checkShuttleBusProductBeforeOrderRes {
|
|
199
|
-
checkRes:
|
|
199
|
+
checkRes: boolean;
|
|
200
200
|
errorMessage?: string;
|
|
201
201
|
}
|
|
202
202
|
type IQueryShuttleBusProductRelation = DTO.ItemShuttleBusRouteRelation[];
|