learn-content-engine - v0.23.0
    Preparing search index...

    Interface SetAttribution

    A set's manifest-level attribution block (engine#90).

    interface SetAttribution {
        author: string;
        derived_from?: { author: string }[];
    }
    Index
    author: string
    derived_from?: { author: string }[]