community-relations/types/sdNotify.d.ts

6 lines
152 B
TypeScript

declare module 'sd-notify' {
function ready(): void;
function startWatchdogMode(ms: number): void;
function sendStatus(txt: string): void;
}