mirror of
https://github.com/tlsnotary/tlsn-plugin-boilerplate.git
synced 2026-01-08 04:23:52 -05:00
16 lines
351 B
TypeScript
16 lines
351 B
TypeScript
declare module 'main' {
|
|
export function start(): I32;
|
|
export function two(): I32;
|
|
export function parseDiscordDm(): I32;
|
|
export function three(): I32;
|
|
export function config(): I32;
|
|
export function parseDiscordDm(): I32;
|
|
}
|
|
|
|
declare module 'extism:host' {
|
|
interface user {
|
|
redirect(ptr: I64): void;
|
|
notarize(ptr: I64): I64;
|
|
}
|
|
}
|