mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Small improvements
This commit is contained in:
@@ -276,7 +276,7 @@ const semantics = Joi.object().keys({
|
||||
balance: currencyAmount
|
||||
});
|
||||
|
||||
interface ValidPassType {
|
||||
export interface ValidPassType {
|
||||
boardingPass?: PassFields & { transitType: TransitType };
|
||||
eventTicket?: PassFields;
|
||||
coupon?: PassFields;
|
||||
|
||||
Reference in New Issue
Block a user