Takaro - v0.4.9
    Preparing search index...

    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