Alokai

MpFilters

type MpFilters = {
  from: Scalars['String']['input']; /** Period. */
  period_type?: InputMaybe<Scalars['String']['input']>; /** Show Empty Rows. */
  show_empty_rows?: InputMaybe<Scalars['Boolean']['input']>; /** Filter Store Id. */
  store_id?: InputMaybe<Scalars['Int']['input']>; /** Filter To Date. */
  to: Scalars['String']['input'];
};

Referenced Types

On this page