observation-js Documentation - v1.14.0
    Preparing search index...

    Interface SoundGalleryItem

    interface SoundGalleryItem {
        title: string;
        subtitle: string;
        description: string;
        sounds: GallerySound[];
        link?: Link;
    }
    Index

    Properties

    title: string
    subtitle: string
    description: string
    sounds: GallerySound[]
    link?: Link