export default interface InventoryItemCreateRequest {
    title?: string;
    sku: string;
    businessId: string;
}
