Version: 0.0.20.0.30.0.40.0.50.0.60.0.70.0.80.0.90.0.100.0.110.0.120.0.130.0.140.0.150.0.160.0.170.0.180.0.190.0.200.0.210.0.220.0.230.0.240.0.250.0.260.0.270.0.280.0.290.0.300.0.310.0.320.0.330.0.340.0.351.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.81.0.91.0.101.0.111.0.141.0.151.0.161.0.171.0.181.0.191.0.201.0.211.0.221.0.231.0.241.0.251.0.261.0.271.0.281.0.291.0.301.0.311.0.321.0.331.0.341.0.351.0.361.0.371.0.381.0.392.0.03.0.04.0.05.0.05.0.15.0.25.0.35.0.45.0.55.0.65.1.05.1.15.1.25.1.35.1.45.1.55.2.05.3.05.3.15.4.05.4.15.4.25.4.35.4.45.4.55.5.05.5.1
/* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export type VariantIndex = number;
export type VariantDisplays = {
[k: string]: unknown;
}[];
export interface RecommendResponseV3 {
displays: APIDisplay[];
error?: string;
}
export interface APIDisplay {
variant_index: VariantIndex;
variant_displays: VariantDisplays;