refactor(ui): refactor accesses state using zustand store
This commit is contained in:
8
ui/src/domain/statistics.ts
Normal file
8
ui/src/domain/statistics.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Statistics = {
|
||||
certificateTotal: number;
|
||||
certificateExpired: number;
|
||||
certificateExpireSoon: number;
|
||||
workflowTotal: number;
|
||||
workflowEnabled: number;
|
||||
workflowDisabled: number;
|
||||
};
|
||||
Reference in New Issue
Block a user