ScopeTreeLeaf: {
    atomically_revocable: boolean;
    children: ScopeTreeLeaf[];
    scope: string;
}

Type declaration

  • atomically_revocable: boolean
  • children: ScopeTreeLeaf[]
  • scope: string