first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface INonce {
|
||||
nonce: string;
|
||||
}
|
||||
|
||||
export interface IPayload {
|
||||
nonce: INonce;
|
||||
signature: string;
|
||||
}
|
||||
Reference in New Issue
Block a user