Interface IServerVersions

interface IServerVersions {
    unstable_features: Record<string, boolean>;
    versions: string[];
}

Properties

unstable_features: Record<string, boolean>
versions: string[]