Loom Engine - v3.1.1
    Preparing search index...

    Interface VoiceMarker

    interface VoiceMarker {
        atMs: number;
        kind: string;
        payload?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    atMs: number
    kind: string
    payload?: Record<string, unknown>