crossbell - v1.13.1

    Interface ListResponse<T>

    interface ListResponse<T> {
        count: number;
        cursor: null | string;
        list: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    count: number
    cursor: null | string
    list: T[]
    MMNEPVFCICPMFPCPTTAAATR