UNPKG

ajsfw

Version:
8 lines (7 loc) 147 B
export interface IResourceResponseData { type: string; data: any; httpStatus: number; startTime: Date; endTime: Date; }