UNPKG

notbank

Version:
7 lines (6 loc) 119 B
export interface AuthenticateUserRequest { APIKey: string; Signature: string; UserId: string; Nonce: string; }