Skip to content

Commit 041dc05

Browse files
committed
fix: add meta to the HttpExtra datatype
1 parent 3a02c71 commit 041dc05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ export interface HttpExtra {
526526
headers: Record<string, string>,
527527
cookies: Record<string, string>,
528528
requestUrl: string,
529+
meta?: any,
529530
}
530531
/**
531532
* Modify record to change how data is saved to database.

0 commit comments

Comments
 (0)