certimate/ui/src/domain/statistics.ts

9 lines
201 B
TypeScript

export type Statistics = {
certificateTotal: number;
certificateExpired: number;
certificateExpireSoon: number;
workflowTotal: number;
workflowEnabled: number;
workflowDisabled: number;
};