Package: effect
Module: SchemaRepresentation
Multiple representations sharing definitions.
Signature
export interface MultiDocument {
readonly representations: readonly [Representation, ...Array<Representation>]
readonly references: References
}
Since v4.0.0