mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Added PassWithLengthField interface
This commit is contained in:
@@ -25,7 +25,11 @@ interface PassIndexSignature {
|
||||
[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;
|
||||
autocomplete: () => Pass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user