Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.38 KB

ireputationqueryoptions.md

File metadata and controls

91 lines (49 loc) · 2.38 KB

@daostack/clientGlobalsIReputationQueryOptions

Interface: IReputationQueryOptions

Hierarchy

Indexable

  • [ key: string]: any

Index

Properties

Properties

Optional dao

dao? : Address

Defined in reputation.ts:19


Optional first

first? : undefined | number

Inherited from ICommonQueryOptions.first

Defined in types.ts:16


Optional id

id? : undefined | string

Defined in reputation.ts:18


Optional orderBy

orderBy? : undefined | string

Inherited from ICommonQueryOptions.orderBy

Defined in types.ts:17


Optional orderDirection

orderDirection? : "asc" | "desc"

Inherited from ICommonQueryOptions.orderDirection

Defined in types.ts:18


Optional skip

skip? : undefined | number

Inherited from ICommonQueryOptions.skip

Defined in types.ts:15


Optional where

where? : any

Inherited from ICommonQueryOptions.where

Defined in types.ts:19