Skip to content

api.entities.types.SectionPermissions

prashantasdeveloper edited this page Sep 19, 2024 · 13 revisions

Interface: SectionPermissions<T>

api/entities/types.SectionPermissions

Signer/agent permissions for a specific type

Type parameters

Name Description
T type of Permissions (Asset, Transaction, Portfolio, etc)

Hierarchy

Table of contents

Properties

Properties

type

type: PermissionType

Whether the permissions are inclusive or exclusive

Defined in

api/entities/types.ts:615


values

values: T[]

Values to be included/excluded

Defined in

api/entities/types.ts:611

Clone this wiki locally