Entracte (TypeScript)
    Preparing search index...

    Type Alias Sound

    One entry in credits.json — id, source file, attribution.

    type Sound = {
        author: string;
        category: SoundCategory;
        display_name?: string;
        file: string;
        id: string;
        license: string;
        license_short: string;
        source_url: string;
        title: string;
    }
    Index

    Properties

    author: string
    category: SoundCategory
    display_name?: string
    file: string
    id: string
    license: string
    license_short: string
    source_url: string
    title: string