export default interface IStockNotification { readonly id?: string; readonly customer_id: string; readonly user_email: string; readonly items: string[]; readonly locale: string; }