lemmy-js-client
    Preparing search index...

    Type Alias AdminListUsers

    type AdminListUsers = {
        banned_only?: boolean;
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
    }
    Index

    Properties

    banned_only?: boolean
    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor