fix User type
This commit is contained in:
parent
fcf66a36e8
commit
fbee7798ab
3 changed files with 10 additions and 6 deletions
|
@ -158,7 +158,7 @@ export type MediaParams = [
|
|||
|
||||
/**A row for the user database */
|
||||
export interface UserRow {
|
||||
id? : number,
|
||||
id? : number | string,
|
||||
username: string,
|
||||
hashed_password: any,
|
||||
salt: any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue