# HttpCommandExportOptions

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.3.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
type HttpCommandExportOptions = {
  Description: string;
  ConfirmationMessage: string;
  IconName: string;
  IconVariant: IconVariant;
  IsHighlighted: boolean;
  CommandName: string;
  EndpointName: string;
  MethodName: string;
  ResultMode: HttpCommandResultMode;
}
```

## Fields

- `Description`: `string`
- `ConfirmationMessage`: `string`
- `IconName`: `string`
- `IconVariant`: [IconVariant](/reference/api/typescript/aspire.hosting/iconvariant.md)
- `IsHighlighted`: `boolean`
- `CommandName`: `string`
- `EndpointName`: `string`
- `MethodName`: `string`
- `ResultMode`: [HttpCommandResultMode](/reference/api/typescript/aspire.hosting/httpcommandresultmode.md)
