mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added PassWithLengthField interface
This commit is contained in:
@@ -25,7 +25,11 @@ interface PassIndexSignature {
|
|||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PassWithBarcodeMethods extends Pass {
|
export interface PassWithLengthField extends Pass {
|
||||||
|
length: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface PassWithBarcodeMethods extends PassWithLengthField {
|
||||||
backward: (format: schema.BarcodeFormat) => Pass;
|
backward: (format: schema.BarcodeFormat) => Pass;
|
||||||
autocomplete: () => Pass;
|
autocomplete: () => Pass;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user