Back to Node Auth0

Interface ListFormsOffsetPaginatedResponseContent

docs/interfaces/management.Management.ListFormsOffsetPaginatedResponseContent.html

5.9.1889 B
Original Source

Interface ListFormsOffsetPaginatedResponseContent

interface ListFormsOffsetPaginatedResponseContent {
start?: number;
limit?: number;
total?: number;
forms?: FormSummary[];
}

Index

Properties

start?limit?total?forms?

Properties

Optionalstart

start?: number

Optionallimit

limit?: number

Optionaltotal

total?: number

Optionalforms

forms?: FormSummary[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties startlimittotalforms