UNPKG

channelape-sdk

Version:
8 lines (7 loc) 266 B
import LocationClosedDay from './LocationClosedDay'; import ChannelApeApiError from '../../model/ChannelApeApiError'; export default interface LocationClosureResponse { closedDays: LocationClosedDay[]; errors: ChannelApeApiError[]; locationId: string; }