export type AutocompleteSearchUserInput = {
  /** Optional user ID to be filtered out from results */
  exceptInternalId?: InputMaybe<Scalars['Int']['input']>;
  /** Limit for the amount of entries */
  limit?: InputMaybe<Scalars['Int']['input']>;