ListResponse<T, P>: Promise<{
    data: T;
    index: number;
    size: number;
    total: number;
} & P>

类型参数

  • T
  • P = unknown