Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Extended interface for runtime with credits information

    interface RuntimeWithCredits {
        creditsLimit?: number;
        creditsUsed?: number;
    }

    Hierarchy

    • RuntimeJSON
      • RuntimeWithCredits
    Index

    Properties

    creditsLimit?: number

    Maximum number of credits available for the runtime

    creditsUsed?: number

    Number of credits consumed by the runtime