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

    Extended interface for runtime with credits information

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

    Hierarchy

    • RuntimeJSON
      • RuntimeWithCredits
    Index

    Properties

    creditsLimit?: number
    creditsUsed?: number