@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PermissionProfileListParams

    type PermissionProfileListParams = {
        cursor?: string | null;
        cwd?: string | null;
        limit?: number | null;
    }
    Index

    Properties

    Properties

    cursor?: string | null

    Opaque pagination cursor returned by a previous call.

    cwd?: string | null

    Optional working directory to resolve project config layers.

    limit?: number | null

    Optional page size; defaults to the full result set.