Files
tlsn-plugin-boilerplate/examples/discord_profile/src/index.d.ts
2025-03-18 09:35:06 +01:00

15 lines
315 B
TypeScript

declare module 'main' {
export function config(): I32;
export function start(): I32;
export function two(): I32;
export function three(): I32;
export function parseDiscordProfile(): I32;
}
declare module 'extism:host' {
interface user {
redirect(ptr: I64): void;
notarize(ptr: I64): I64;
}
}