# Variable: TransferProcessRole

> `const` **TransferProcessRole**: `object`

The role of a participant in a Transfer Process.
Determines whether the party is acting as Consumer or Provider.

## Type Declaration

### Consumer {#consumer}

> `readonly` **Consumer**: `"consumer"` = `"consumer"`

Consumer role - the party requesting data.

### Provider {#provider}

> `readonly` **Provider**: `"provider"` = `"provider"`

Provider role - the party providing data.
