UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

10 lines 307 B
import { Content } from './model'; export declare class SourcesContent extends Content<'sources', { location: string; title?: string; }[]> { render(): string; serialize(): string[]; static build(payload: SourcesContent['TSchema']): SourcesContent; } //# sourceMappingURL=sources.d.ts.map