Interface RoutesInfo

Hierarchy

  • RoutesInfo

Properties

Properties

body?: {
    servers: number;
    shards?: number;
}

Type declaration

  • servers: number
  • Optional shards?: number
headers?: {
    Authorization: string;
}

Type declaration

  • Authorization: string
query?: Record<string, any>
url: string

Generated using TypeDoc