# FetchUserOptions

`interface` in `seedcord` · v0.15.0

<https://docs.seedcord.org/packages/seedcord/0.15.0/interfaces/fetch-user-options>

Options for [`fetchUser`](/packages/seedcord/0.15.0/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.
