Interface RequestOptionsParams

Hierarchy

  • RequestOptionsParams

Properties

body?: any
headers?: Record<string, string>
method: string
overrides?: Partial<NylasConfig>
path: string
queryParams?: Record<string, any>

Generated using TypeDoc