Type Alias PermissionRevocationData

PermissionRevocationData: {
    description?: string;
}

Type for the data payload of a permission revocation message.

Type declaration

  • Optionaldescription?: string

    Optional string that communicates the details of the revocation.