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