Interface PostgrestResponseSuccess<T>

Type Parameters

  • T

Hierarchy

  • PostgrestResponseBase
    • PostgrestResponseSuccess

Properties

count: null | number
data: T
error: null
status: number
statusText: string

Generated using TypeDoc