12 lines
284 B
TypeScript
12 lines
284 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type MarketplaceCreateSchema = {
|
|
name: string;
|
|
clientId: number;
|
|
baseMarketplaceKey: string;
|
|
authData: Record<string, any>;
|
|
};
|
|
|