export interface PrevNext { prev: P next: N } export type PrevNextMaybe = PrevNext