UNPKG

@phaserjs/phaser

Version:
9 lines 194 B
export interface IFile { key: string; url: string; skipCache: boolean; data?: unknown; error?: Error | unknown; response?: Response; } //# sourceMappingURL=IFile.d.ts.map