Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
  • Loading branch information
arthurfiorette authored Oct 16, 2023
1 parent 5508485 commit 21b1a0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ declare namespace fastifySensible {
export type HttpErrorCodes = Errors.HttpErrorCodes;
export type HttpErrorNames = Errors.HttpErrorNames;


export type HttpErrorReplys = {
getHttpError: (code: HttpErrorCodes, message?: string) => FastifyReply;
} & Record<HttpErrorNames, (msg?: string) => FastifyReply>
Expand All @@ -103,4 +102,4 @@ declare namespace fastifySensible {
}

declare function fastifySensible(...params: Parameters<FastifySensible>): ReturnType<FastifySensible>
export = fastifySensible
export = fastifySensible

0 comments on commit 21b1a0c

Please sign in to comment.