Type Alias QueryOptions

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