UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

6 lines (5 loc) 150 B
export default interface BootNotificationResponse { status: 'Accepted' | 'Pending' | 'Rejected'; currentTime: string; interval: number; }