UNPKG

channelape-sdk

Version:
9 lines (8 loc) 174 B
export default interface Location { name: string; id: string; businessId: string; createdAt: Date; updatedAt: Date; aggregateLocationIds: string[]; }