UNPKG

@lomi./sdk

Version:
11 lines (10 loc) 274 B
import type { MemberRole } from './MemberRole'; export type MerchantOrganizationLink = { merchant_org_id: string; merchant_id?: string; organization_id: string; role: MemberRole; store_handle: string; created_at?: string; updated_at?: string; };