UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 155 B
import { IUpdateAddressInput } from "./UpdateAddressSchema"; export interface IUpdateAddressAndNameInput extends IUpdateAddressInput { name: string; }