Variable rustJsonSchemaConst

rustJsonSchema: {
    $schema: string;
    properties: {
        host: { type: string };
        rconPassword: { type: string };
        rconPort: { type: string };
        useTls: { default: boolean; type: string };
    };
    required: string[];
    title: string;
    type: string;
} = ...

Type declaration

  • $schema: string
  • properties: {
        host: { type: string };
        rconPassword: { type: string };
        rconPort: { type: string };
        useTls: { default: boolean; type: string };
    }
  • required: string[]
  • title: string
  • type: string