UNPKG

235 BTypeScriptView Raw
1export interface MimeAssociation {
2 readonly id: string;
3 readonly filepattern: string;
4}
5export declare class MimeService {
6 setAssociations(associations: MimeAssociation[]): void;
7}
8//# sourceMappingURL=mime-service.d.ts.map
\No newline at end of file