# Exports

## Client Exports

```lua
--[[ Is the player a member of a heist ]]
---@return boolean
exports['0r-heist-dui']:isPlayerMemberHeist()

--[[ Has the player started a heist ]]
---@return boolean
exports['0r-heist-dui']:isPlayerInStartedHeist()
```

## Server Exports

```lua
--[[ Is the player a member of a heist ]]
---@return boolean
exports['0r-heist-dui']:isPlayerMemberHeist(source)

--[[ Has the player started a heist ]]
---@return boolean
exports['0r-heist-dui']:isPlayerInStartedHeist(source)
```
