@citrineos/data
Version:
The OCPP data module which includes all persistence layer implementation.
10 lines (9 loc) • 400 B
TypeScript
import { OCPP2_0_1 } from '@citrineos/base';
import { BaseModelWithTenant } from '../BaseModelWithTenant';
export declare class AdditionalInfo extends BaseModelWithTenant implements OCPP2_0_1.AdditionalInfoType {
static readonly MODEL_NAME: string;
additionalInfo?: OCPP2_0_1.IdTokenType[];
additionalIdToken: string;
type: string;
customData?: OCPP2_0_1.CustomDataType | null;
}