UNPKG

ajsfw

Version:
7 lines (6 loc) 133 B
export interface IResourceRequestData { url: string; isBinary: boolean; lastModified: Date; startTime: Date; }