import { FilterStatement } from './FilterStatement'

/** getMobileApplicationsByStatement */
export interface GetMobileApplicationsByStatement {
  /** filterStatement */
  filterStatement?: FilterStatement
}
