@@ -345,7 +345,8 @@ export interface IRations {
rations: IRation[];
}
-export interface IStdRationsAndGljs {
+export interface ILibRationsAndGljsResult {
+ total: number;
rations: (IStdRation | ICptRation)[];
rationGljs: (IStdGlj | ICptGlj)[];