@citrineos/data
Version:
The OCPP data module which includes all persistence layer implementation.
12 lines (11 loc) • 341 B
TypeScript
export interface NetworkProfileQuerystring {
stationId: string;
tenantId: number;
}
export declare const NetworkProfileQuerySchema: object;
export interface NetworkProfileDeleteQuerystring {
stationId: string;
configurationSlot: number[];
tenantId: number;
}
export declare const NetworkProfileDeleteQuerySchema: object;