export interface LicenseOrdersState { apps: Apps; } export interface Apps { poNumber: string; newOrder: number; }