mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 15:11:29 -07:00
add a few CLI commands
This commit is contained in:
@@ -81,6 +81,12 @@ export interface Account {
|
||||
* DTO (the DTO builders pick only known fields), so it doesn't leak.
|
||||
*/
|
||||
passwordHash?: string
|
||||
/**
|
||||
* Whether this account holds the developer role (backs GET /role/developer/:id).
|
||||
* Not set by any player-facing flow — only an operator grants it, via
|
||||
* `runx admin grant-developer`. Absent/false means no developer role.
|
||||
*/
|
||||
isDeveloper?: boolean
|
||||
}
|
||||
|
||||
interface AccountRow {
|
||||
|
||||
Reference in New Issue
Block a user