Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 8, 2024
1 parent e4bf095 commit 21b2806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface GenericEndpointOption extends EndpointOptionBase, Record<string

export type EndpointOption = HttpEndpointOption | GenericEndpointOption;

export type WithEndpointOption = { endpointOption?: Partial<EndpointOption> };
export type WithEndpointOption = { endpointOption?: EndpointOption };

export interface NammamthamEndpoint {
type: string;
Expand Down

0 comments on commit 21b2806

Please sign in to comment.