Alpha stage commit
This commit is contained in:
13
packages/shared/src/offline.d.ts
vendored
Normal file
13
packages/shared/src/offline.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { OfflinePackManifest, Poi, RoutePlan, RuleCard, StagePlan } from './types.js';
|
||||
export type OfflinePackInput = {
|
||||
tripId: string;
|
||||
route: RoutePlan;
|
||||
stages: StagePlan[];
|
||||
pois: Poi[];
|
||||
rules: RuleCard[];
|
||||
routeBufferKm?: number;
|
||||
createdAt?: string;
|
||||
gpxBytes?: number;
|
||||
};
|
||||
export declare function createOfflinePackManifest(input: OfflinePackInput): OfflinePackManifest;
|
||||
//# sourceMappingURL=offline.d.ts.map
|
||||
Reference in New Issue
Block a user