h5p-types
    Preparing search index...

    Type Alias XAPIData

    type XAPIData = {
        children?: XAPIData[];
        statement: XAPIStatement;
    }
    Index

    Properties

    Properties

    children?: XAPIData[]
    statement: XAPIStatement