# Details

`import { Details } from "destack:assert";`

Structured details attached to one assertion event.

```ds title="Details"
export type Details = { readonly [key: string]: Json }
```

[language/library/src/assert/assert.ds:8](https://github.com/destack-sh/destack/blob/main/language/library/src/assert/assert.ds#L8)
