Interface HonuaServerCompatibilityMetadataSchema

interface HonuaServerCompatibilityMetadataSchema {
    deprecated: boolean;
    version: string;
}

Properties

Properties

deprecated: boolean
version: string