Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ export interface Card {
* This counter were deprecated for cards with COS 4.0 and higher
*/
remainingSignatures?: number;
/**
* Available only for cards with COS v.4.0 and higher.
*/
isAccessCodeSet?: boolean;
}

export type NFCStatusResponse = {
Expand Down