master @ 10 LINES
[ HISTORY ] [ UP ]
┌─ TS ───────────────────────────────────────────────────────────────────────┐
│ export interface PageLink { │
│ href: string; │
│ note: string; │
│ } │
│ │
│ export interface Props { │
│ prev?: PageLink | null; │
│ next?: PageLink | null; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ TS ─────────────────────────────────┐
│ export interface PageLink { │
│ href: string; │
│ note: string; │
│ } │
│ │
│ export interface Props { │
│ prev?: PageLink | null; │
│ next?: PageLink | null; │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET