vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface IpRange

    interface IpRange {
        description?: string;
        end?: string;
        start?: string;
    }
    Index

    Properties

    description?: string
    end?: string
    start?: string