Interface LogModalProps

Hierarchy

  • LogModalProps

Properties

logEntries: LogEntry[]
playAudio: ((audio: string) => void)

Type declaration

    • (audio: string): void
    • Parameters

      • audio: string

      Returns void

setShowLogModal: Dispatch<SetStateAction<boolean>>
showLogModal: boolean

Generated using TypeDoc