committed missed line

main
Inga 🏳‍🌈 7 months ago
parent 8770f88df6
commit 2347c74fa4
  1. 1
      src/storage/types.ts

@ -28,6 +28,7 @@ export type PackageInfo = {
export type PackagesRepository = {
getPackage(
this: void,
carrier: CarrierType,
trackingNumber: string,
): Promise<RowInfo<PackageInfo>>;

Loading…
Cancel
Save