Server/project/src/models/spt/callbacks/IBundleCallbacks.ts

7 lines
240 B
TypeScript
Raw Normal View History

2023-03-03 15:23:46 +00:00
export interface IBundleCallbacks
{
sendBundle(sessionID: string, req: any, resp: any, body: any): any
getBundles(url: string, info: any, sessionID: string): string
getBundle(url: string, info: any, sessionID: string): string
}