# FetchUserOptions

`interface` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/fetch-user-options>

Options for [`fetchUser`](/packages/gateway/0.1.0-next.3/functions/fetch-user).

```ts
interface FetchUserOptions
```

## Properties

### throwAs

```ts
throwAs: new (userArg: string) => Notice
```

Notice shown when the user does not exist, defaulting to the standard user-not-found notice.
