Entracte (TypeScript)
    Preparing search index...
    type CountdownDeps = {
        invoke?: typeof invoke;
        playCustomSound?: typeof playCustomSound;
        playSound?: typeof playSound;
    }
    Index

    Properties

    invoke?: typeof invoke
    playCustomSound?: typeof playCustomSound
    playSound?: typeof playSound