models/meta

Types

pub type Meta {
  Meta(total: Int, page: Int, limit: Int)
}

Constructors

  • Meta(total: Int, page: Int, limit: Int)

Values

pub fn decoder() -> decode.Decoder(Meta)
Search Document