prorm API Reference
    Preparing search index...

    Interface DataTypeCidr

    PostgreSQL CIDR type for network addresses

    interface DataTypeCidr {
        toSql?: () => string;
        key: "CIDR";
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "CIDR"