Documentation
    Preparing search index...
    {
    * namespace: "namespace"
    * }
    interface RunnerConfigsListRequest {
        cursor?: string;
        limit?: number;
        namespace: string;
        runnerNames?: string;
        variant?: Rivet.RunnerConfigVariant;
    }
    Index

    Properties

    cursor?: string
    limit?: number
    namespace: string
    runnerNames?: string