declare type NovelPageProps<T = {}> = { statusCode?: number; } & T; declare type Docs = { [key: string]: any; };