UNPKG

209 BTypeScriptView Raw
1import { ContentObject } from '../interfaces/open-api-spec.interface';
2export declare class MimetypeContentWrapper {
3 wrap(mimetype: string[], obj: Record<string, any>): Record<'content', ContentObject>;
4}