Home > @plasmicapp/data-sources > ManyRowsResult

ManyRowsResult interface

Signature:

export interface ManyRowsResult<T = any> 

Properties

Property Modifiers Type Description
data T[]
paginate? Pagination (Optional)
schema TableSchema
total? number (Optional)