Back to Node Auth0

Interface ListFlowsOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListFlowsOffsetPaginatedResponseContent.html

5.9.1889 B
Original Source

Interface ListFlowsOffsetPaginatedResponseContent

interface ListFlowsOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
flows?: FlowSummary[];
}

Index

Properties

start?limit?total?flows?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalflows

flows?: FlowSummary[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalflows