Interface PathFieldAttribute

interface PathFieldAttribute {
    name: string;
    path: Path;
    type: "path";
}

Properties

Properties

name: string
path: Path
type: "path"

Generated using TypeDoc