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

    Type Alias FunctionRuntime

    Execution runtime (rootfs with Python interpreter)

    type FunctionRuntime = {
        comment: string;
        ref: string;
        use_latest: boolean;
    }
    Index

    Properties

    comment: string
    ref: string
    use_latest: boolean