UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

6 lines (5 loc) 147 B
export interface AuthorizationQuerystring { idToken: string; type: string | null; } export declare const AuthorizationQuerySchema: object;