ui/admin_accounts_state.svelte.ts view source
inheritance
extends:
accounts
type Array<AdminAccountEntryJson>
grantable_roles
type Array<string>
granting_keys
type SvelteSet<string>
readonly
revoking_ids
type SvelteSet<string>
readonly
account_count
readonly
fetch
type (): Promise<void>
returns
Promise<void>grant_permit
type (account_id: string, role: string): Promise<void>
account_id
type
stringrole
type
stringreturns
Promise<void>revoke_permit
type (account_id: string, permit_id: string): Promise<void>
account_id
type
stringpermit_id
type
stringreturns
Promise<void>