UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

9 lines (8 loc) 248 B
export default interface StopTransactionResponse { idTagInfo?: { expiryDate?: string; parentIdTag?: string; status: 'Accepted' | 'Blocked' | 'Expired' | 'Invalid' | 'ConcurrentTx'; [k: string]: unknown; }; }