@walletpass/pass-js
Version:
Apple Wallet Pass generating and pushing updates from Node.js
10 lines • 363 B
TypeScript
import type { NFCDictionary } from '../interfaces.js';
export declare class NFCField implements NFCDictionary {
message: string;
encryptionPublicKey?: string;
requiresAuthentication?: boolean;
constructor(nfc?: NFCDictionary);
setPublicKey(pem: string): this;
toJSON(): NFCDictionary | undefined;
}
//# sourceMappingURL=nfc-fields.d.ts.map