We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f2e3 commit 5ff0120Copy full SHA for 5ff0120
src/store/reducers/api.ts
@@ -20,6 +20,7 @@ export const api = createApi({
20
'VDiskData',
21
'AccessRights',
22
'Backups',
23
+ 'BackupsSchedule',
24
],
25
});
26
src/types/api/common.ts
@@ -1,6 +1,6 @@
1
export interface IProtobufTimeObject {
2
/** int64 */
3
- seconds?: string;
+ seconds?: string | number;
4
nanos?: number;
5
}
6
0 commit comments