@aleph-sdk/monorepo
    Preparing search index...

    Type Alias LogEntry

    type LogEntry = {
        message: string;
        type: "stdout" | "stderr";
    }
    Index

    Properties

    Properties

    message: string
    type: "stdout" | "stderr"