fix(core): update
This commit is contained in:
parent
ca0c191a8d
commit
d3fc1d3256
@ -1,5 +1,12 @@
|
||||
export interface ITypedRequest {
|
||||
method: string;
|
||||
authInfo?: {
|
||||
jwt: string;
|
||||
};
|
||||
serverData?: {
|
||||
jwtData: any;
|
||||
jwtValid: boolean;
|
||||
};
|
||||
request: object;
|
||||
response: object;
|
||||
error?: { text: string; data: any };
|
||||
|
Loading…
Reference in New Issue
Block a user