UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

8 lines (7 loc) 166 B
export interface ArticleStock { warehouse_code: string; article_code: string; quantity_on_hand: number; allocated_quantity: number; availability: number; }