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