UNPKG

@hippocampus-web3/runebond-client

Version:

TypeScript client for RUNEBond API

9 lines (8 loc) 221 B
import type { PaginationDto } from './PaginationDto'; export type ApiResponse_null_ = { success: boolean; message?: string; data?: number | null; errors?: Array<string>; pagination?: PaginationDto; };