gespenst API - v0.1.0
    Preparing search index...

    Interface TerminalNotification

    Desktop notification requested by terminal output.

    interface TerminalNotification {
        body: string;
        title: string;
    }
    Index
    body: string

    Notification body.

    title: string

    Notification title.