Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/wp-api/checklist.get"

Index

Type aliases

RequestRouteChecklistGet

RequestRouteChecklistGet: RouteRequestInterface

ResponseRouteChecklistGetEntity

ResponseRouteChecklistGetEntity: { checked: boolean; description: string; link: string; linkTarget: string; linkText: string; needsPro: boolean; title: string }

Type declaration

  • checked: boolean
  • description: string
  • link: string
  • linkTarget: string
  • linkText: string
  • needsPro: boolean
  • title: string

Object literals

Const locationRestChecklistGet

locationRestChecklistGet: object

method

method: GET = RouteHttpVerb.GET

path

path: string = "/checklist"

Generated using TypeDoc