UNPKG

sample-pilet-service

Version:

Piral: Sample pilet feed service.

8 lines (7 loc) 350 B
export declare const defaultProtocol: string; export declare const defaultPort: number; export declare const defaultSnapshotDir: string; export declare const defaultPiletPath = "/api/v1/pilet"; export declare const defaultAuthPath = "/api/v1/auth"; export declare const defaultLoginPath = "/login"; export declare const defaultFilePath = "/files/*";