Back to Node Auth0

Interface ListHooksOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListHooksOffsetPaginatedResponseContent.html

5.9.1861 B
Original Source

Interface ListHooksOffsetPaginatedResponseContent

interface ListHooksOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
hooks?: Hook[];
}

Index

Properties

start?limit?total?hooks?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalhooks

hooks?: Hook[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalhooks