# PermissionNames

> `const` **PermissionNames**: [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)\<`Hex`, `string`\>

Defined in: [packages/synapse-core/src/session-key/permissions.ts:48](https://github.com/FilOzone/synapse-sdk/blob/0f400faf33691323707a74ca388e494c5cfa01a5/packages/synapse-core/src/session-key/permissions.ts#L48)

Human-readable EIP-712 primary type names for each FWSS permission hash.
Useful for building error messages and debug output that reference
permissions by name instead of opaque bytes32 hashes.