rittenhop-ghost/versions/5.94.2/node_modules/mailgun.js/Interfaces/Stats/StatsContainer.d.ts

8 lines
154 B
TypeScript
Raw Normal View History

import { Stat } from '../../Types/Stats';
export interface IStatsContainer {
start: Date;
end: Date;
resolution: string;
stats: Stat[];
}