Interface HonuaServerCompatibilityControlPlaneApi

interface HonuaServerCompatibilityControlPlaneApi {
    basePath: string;
    deprecated: boolean;
    major: number;
}

Properties

basePath: string
deprecated: boolean
major: number