Add admin property to accounts in the config
This commit is contained in:
parent
5a40eab800
commit
ce85ca2be0
2 changed files with 3 additions and 0 deletions
1
src/types/config.d.ts
vendored
1
src/types/config.d.ts
vendored
|
|
@ -1,6 +1,7 @@
|
|||
interface account {
|
||||
username: string;
|
||||
password: string;
|
||||
admin: boolean;
|
||||
access: string[];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue