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

    Type Alias PermissionProfileListResponse

    type PermissionProfileListResponse = {
        data: PermissionProfileSummary[];
        nextCursor: string | null;
    }
    Index

    Properties

    Properties

    nextCursor: string | null

    Opaque cursor to pass to the next call to continue after the last item. If None, there are no more items to return.