Files
discoursejs/docs/sdk/models/operations/meta.md

635 B

Meta

Example Usage

import { Meta } from "@lukehagar/discoursejs/sdk/models/operations";

let value: Meta = {
    limit: 93940,
    offset: 921158,
    total: 575947,
};

Fields

Field Type Required Description
limit number ✔️ N/A
offset number ✔️ N/A
total number ✔️ N/A