Type alias QueryOptions

QueryOptions: string | {
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown