Interface Client

interface Client {
    v1: V1Resource;
    v2: V2Resource;
}

Properties

Properties