mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added export on Pass declaration
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -2,7 +2,7 @@ import { Stream } from "stream";
|
|||||||
|
|
||||||
export function createPass(options: Schema.FactoryOptions): Promise<Pass>;
|
export function createPass(options: Schema.FactoryOptions): Promise<Pass>;
|
||||||
|
|
||||||
declare class Pass {
|
export declare class Pass {
|
||||||
constructor(options: Schema.PassInstance);
|
constructor(options: Schema.PassInstance);
|
||||||
|
|
||||||
public transitType: "PKTransitTypeAir" | "PKTransitTypeBoat" | "PKTransitTypeBus" | "PKTransitTypeGeneric" | "PKTransitTypeTrain";
|
public transitType: "PKTransitTypeAir" | "PKTransitTypeBoat" | "PKTransitTypeBus" | "PKTransitTypeGeneric" | "PKTransitTypeTrain";
|
||||||
|
|||||||
Reference in New Issue
Block a user