import { IRequestStrict } from './IRequestStrict'; export type HasContent = { content: ContentType; } & IRequestStrict;