interface PathsPath {
    paths: Record<string, Path>;
    type: "paths";
}

Properties

Properties

paths: Record<string, Path>
type: "paths"

Generated using TypeDoc