UNPKG

@yelon/util

Version:
8 lines (7 loc) 215 B
import { YunzaiPageResult } from './page'; export interface YunzaiResponse<T> { data: T; errorMessage: string; message: string; } export type YunzaiPageResponse<T> = YunzaiResponse<YunzaiPageResult<T>>;