/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type HmacWebHook = { /** * Your HMAC secret password, which is used for signing the webhook payload. */ hmacSecret: string; }