Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IInsuranceCallbacks
import { type IInsuranceCallbacks } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";

Methods

onLoad(sessionID: string): IAkiProfile
getInsuranceCost(
url: string,
sessionID: string,
): any
insure(
pmcData: IPmcData,
sessionID: string,
): any
update(secondsSinceLastRun: number): boolean