# PropertyKey

`import { PropertyKey } from "destack:types";`

Type of valid object property keys.

```ds title="PropertyKey"
export type PropertyKey = string | usize
```

[language/library/src/types/object.ds:3](https://github.com/destack-sh/destack/blob/main/language/library/src/types/object.ds#L3)
