UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

17 lines (16 loc) 343 B
export interface IWildduckApiDisable2FAOptions { sess: string; ip: string; } export interface IWildduckApiDisable2FAOptions { sess: string; ip: string; } export interface IWildduckApiEnable2FAOptions { sess: string; ip: string; } export interface IWildduckApiDisableTotp2FAOptions { sess: string; ip: string; }