export interface ISellerOrderAttributes {
    SellerOrderId: string;
    StoreName: string;
    CustomInformation: string;
}
