h5p-types
    Preparing search index...

    Type Alias H5PCopyright

    type H5PCopyright = {
        author?: string;
        license?: string;
        source?: string;
        title?: string;
        version?: string;
        year?: string;
    }
    Index

    Properties

    author?: string
    license?: string
    source?: string
    title?: string
    version?: string
    year?: string