listResponseSchema top-level property

ObjectSchema listResponseSchema
final

Generated schema for ListResponse

Implementation

final listResponseSchema = Ack.object({
  'items': Ack.list(Ack.string()),
  'total': Ack.integer(),
  'page': Ack.integer(),
});