ngx-json-schema-viewer
Version:
<h1 align="center">ngx-json-schema-viewer</h1>
12 lines (11 loc) • 552 B
TypeScript
import { PipeTransform } from '@angular/core';
import type { JSONSchema } from "../types";
import * as i0 from "@angular/core";
type ValueType = Record<string, string[] | readonly string[]>;
type OutputType = Exclude<JSONSchema, true | false>;
export declare class DependentRequiredPipe implements PipeTransform {
transform(dependentRequired: ValueType): OutputType;
static ɵfac: i0.ɵɵFactoryDeclaration<DependentRequiredPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DependentRequiredPipe, "dependentRequired", true>;
}
export {};