UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

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