Deprecated Field interface in order to rename it according to Apple name (PassFieldContent)

This commit is contained in:
Alexander Cerutti
2025-09-03 00:38:40 +02:00
parent fe288c0113
commit 4692c68d5d
3 changed files with 46 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
export * from "./Barcode.js";
export * from "./Beacon.js";
export * from "./Location.js";
export * from "./Field.js";
export * from "./PassFieldContent.js";
export * from "./NFC.js";
export * from "./Semantics.js";
export * from "./PassFields.js";