Skip to content

Commit 5ff0120

Browse files
authored
chore: fix some types (#2525)
1 parent c37f2e3 commit 5ff0120

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/store/reducers/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const api = createApi({
2020
'VDiskData',
2121
'AccessRights',
2222
'Backups',
23+
'BackupsSchedule',
2324
],
2425
});
2526

src/types/api/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export interface IProtobufTimeObject {
22
/** int64 */
3-
seconds?: string;
3+
seconds?: string | number;
44
nanos?: number;
55
}
66

0 commit comments

Comments
 (0)