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