Interface ServerApi

interface ServerApi {
    deprecationErrors?: boolean;
    strict?: boolean;
    version: "1";
}

Properties

deprecationErrors?: boolean
strict?: boolean
version: "1"