Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Nov 12, 2024
1 parent b1fb61a commit ca3c372
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/picking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ import {buildPickingUrl} from './api/endpoints';

/** @internal */
export type BasePickingOptions = {
/** TODO */
accessToken: string;

/** TODO */
connectionName: string;

/** TODO */
apiBaseUrl?: string;

/** TODO */
clientId?: string;

/** Source type. */
Expand Down Expand Up @@ -69,7 +62,6 @@ export type BasePickingOptions = {
*/
tileResolution?: TileResolution;

/** TODO */
queryParameters?: QueryParameters;

/**
Expand All @@ -78,7 +70,6 @@ export type BasePickingOptions = {
*/
filters?: Filters;

/** TODO */
filtersLogicalOperator?: FilterLogicalOperator;

/**
Expand Down

0 comments on commit ca3c372

Please sign in to comment.