UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

5 lines (4 loc) 123 B
import { GigyaRequest } from "../RequestFactory"; export interface ISigner { sign(request: GigyaRequest<any>): void; }