UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

10 lines (9 loc) 258 B
export default interface StartTransactionResponse { transactionId: number; idTagInfo: { status: 'Accepted' | 'Blocked' | 'Expired' | 'Invalid'; expiryDate?: string; parentIdTag?: string; [k: string]: unknown; }; }