interface ListOptionsResponse {
    options: Option[];
    totalCount: number;
}

Properties

Properties

options: Option[]

Options that match filters.

totalCount: number

Total count of matching options.