UNPKG

503 BTypeScriptView Raw
1/* eslint-disable */
2/**
3 * This file was automatically generated by json-schema-to-typescript.
4 * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5 * and run json-schema-to-typescript to regenerate this file.
6 */
7
8/**
9 * This class is just used to document the query parameters for frontend. It is not used in the backend.
10 * Backend: def get_listing_endpoint
11 */
12export interface GetListingRequest {
13 listing_id: string;
14 merchant: string;
15 market: string;
16 locale: string;
17}