Add the default unlurk property to the database
This commit is contained in:
parent
ac7d4bc7cf
commit
c6fdf56f72
1 changed files with 1 additions and 0 deletions
1
src/types/database.d.ts
vendored
1
src/types/database.d.ts
vendored
|
|
@ -5,6 +5,7 @@ interface lurk_message {
|
||||||
|
|
||||||
interface database {
|
interface database {
|
||||||
[index: string]: {
|
[index: string]: {
|
||||||
|
unlurk_default: string;
|
||||||
lurkers: {[index: string]: string}
|
lurkers: {[index: string]: string}
|
||||||
messages: {[index: string]: lurk_message}
|
messages: {[index: string]: lurk_message}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue