Frodo Library - v4.5.0
    Preparing search index...

    Type Alias ScriptSummary

    ScriptSummary: Pick<
        ScriptSkeleton,
        "_id"
        | "name"
        | "context"
        | "language"
        | "evaluatorVersion"
        | "default",
    >

    Lightweight script identifying fields, without the (potentially large) script body. Returned by listScripts so callers that only need to enumerate scripts (e.g. to check what exists, or diff against another source of ids) don't have to fetch every script's full body to get there.