Interface ViewQueryIdRange

Specifies the id range for a view query.

Hierarchy

  • ViewQueryIdRange

Properties

Properties

end?: string

Specifies the last id (inclusively) that should be included in the results.

start?: string

Specifies the first id that should be included in the results.

Generated using TypeDoc