export interface Shop {
    id: string;
    token: string;
    name: string;
    description: string;
    returnUrl?: string;
}
//# sourceMappingURL=Shop.d.ts.map