# SampleValue

`import { SampleValue } from "destack:profile";`

Profile sample value.

```ds title="SampleValue"
export type SampleValue = boolean | float64 | bigint
```

[language/library/src/profile/instrument.ds:2](https://github.com/destack-sh/destack/blob/main/language/library/src/profile/instrument.ds#L2)
