type TLogsInfoBody = { count: number; size: number; size_pretty: string; }; export type TLogsInfo = { total: TLogsInfoBody; public: TLogsInfoBody; }; export {};