# DeployResult

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

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/deploy-result>

The command collections Discord returns from each scope's deploy, keyed by command id.

```ts
interface DeployResult
```

## Properties

### global

```ts
global: Collection<Snowflake, ApplicationCommand>;
```

### guilds

```ts
guilds: Collection<
    Snowflake,
    Collection<Snowflake, ApplicationCommand>
>;
```
