Anchorage API reference
    Preparing search index...

    Interface DeploymentInventoryOptions

    Construction-time options for a deployment inventory.

    interface DeploymentInventoryOptions {
        now?: () => number;
        tablePrefix?: string;
    }
    Index

    Properties

    Properties

    now?: () => number

    Injectable clock, for the due-notification predicate.

    tablePrefix?: string

    The same storage table prefix createD1Storage and the retention purges take. It applies to the Mastra-owned tables only, exactly as it does there — the flowsafe-owned registries are never prefixed.