11 lines
255 B
TypeScript
11 lines
255 B
TypeScript
|
export declare type SignedHttpRequest = {
|
||
|
at?: string;
|
||
|
cnf?: object;
|
||
|
m?: string;
|
||
|
u?: string;
|
||
|
p?: string;
|
||
|
q?: [Array<string>, string];
|
||
|
ts?: string;
|
||
|
nonce?: string;
|
||
|
};
|
||
|
//# sourceMappingURL=SignedHttpRequest.d.ts.map
|