Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Apr 29, 2024
1 parent 83d2b79 commit 58f5071
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ export interface HTTPBaseHandlerOptions<TRouter extends AnyRouter, TRequest>
responseMeta?: ResponseMetaFn<TRouter>;
}

/**
* @internal
*/
interface TRPCRequestInfoProcedureCall {
path: string;
/**
Expand All @@ -68,7 +65,7 @@ interface TRPCRequestInfoProcedureCall {

/**
* Information about the incoming request
* @internal
* @public
*/
export interface TRPCRequestInfo {
isBatchCall: boolean;
Expand Down

0 comments on commit 58f5071

Please sign in to comment.