@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Interface SchemaPathInfo

    the leaf type, description, and any enumerated valid values of a schema path

    interface SchemaPathInfo {
        description?: string;
        type?: string;
        valids?: readonly unknown[];
    }
    Index

    Properties

    description?: string
    type?: string
    valids?: readonly unknown[]