Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.25 KB

File metadata and controls

17 lines (12 loc) · 1.25 KB

FetchFieldOptionCountsResponse

Example Usage

import { FetchFieldOptionCountsResponse } from "@mistralai/mistralai/models/components";

let value: FetchFieldOptionCountsResponse = {
  counts: [],
};

Fields

Field Type Required Description
counts components.FieldOptionCountItem[] ✔️ N/A