Variable BatchTypeConst

BatchType: Readonly<{
    DELETE: 3;
    INSERT: 1;
    UPDATE: 2;
}> = ...