@theredspace/spp-client
    Preparing search index...

    Interface Proxy

    Proxy configuration for SuiteProjects Pro

    interface Proxy {
        active: 0 | 1;
        created: string;
        id: number;
        name: string;
        password?: string;
        updated: string;
        url: string;
        username?: string;
    }
    Index

    Properties

    active: 0 | 1
    created: string
    id: number
    name: string
    password?: string
    updated: string
    url: string
    username?: string