Documentation
    Preparing search index...
    {
    * namespace: "namespace"
    * }
    interface RunnersListNamesRequest {
        cursor?: string;
        limit?: number;
        namespace: string;
    }
    Index

    Properties

    cursor?: string
    limit?: number
    namespace: string