@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface SparkInfo

    interface SparkInfo {
        dependencies?: Record<string, string>;
        env_vars: Record<string, string>;
        memory: number;
        status: string;
    }
    Index

    Properties

    dependencies?: Record<string, string>
    env_vars: Record<string, string>
    memory: number
    status: string