[O] Make title nullable
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export interface Index
|
||||
{
|
||||
hash: string
|
||||
title: string
|
||||
title?: string
|
||||
}
|
||||
|
||||
export default class Navigator
|
||||
|
||||
Reference in New Issue
Block a user