Type alias ParamsForum

ParamsForum: {
    id: string;
    page?: string;
}

Type declaration

  • id: string
  • Optional page?: string