11 lines
292 B
TypeScript
11 lines
292 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
import type { CardServiceSchema } from './CardServiceSchema';
|
|
export type CardUpdateServiceRequest = {
|
|
cardId: number;
|
|
service: CardServiceSchema;
|
|
};
|
|
|