type script definitions are wrong:
export declare function startActivity(status: string, driverName: string, expectingDeliveryTime: string): any;
export declare function listAllActivities(): any;
export declare function endActivity(id: string): any;
export declare function updateActivity(id: string, status: string, driverName: string, expectingDeliveryTime: string): any;
that are probably still the types from the example this was derived from...
type script definitions are wrong:
that are probably still the types from the example this was derived from...