Represents the parameters of an api example.

Hierarchy

  • IApiExample

Properties

content?: any
headers?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
params?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
query?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Generated using TypeDoc