# Output

`import { Output } from "destack:module";`

The artifact produced by the current build target.

```ds title="Output"
export type Output = "bundle" | "program"
```

[language/library/src/module/meta.ds:25](https://github.com/destack-sh/destack/blob/main/language/library/src/module/meta.ds#L25)
