Anchorage API reference
    Preparing search index...
    interface ProvisionTenantOptions {
        kind: "commercial" | "demo";
        now?: () => number;
        tenantId: string;
    }
    Index

    Properties

    Properties

    kind: "commercial" | "demo"

    'commercial' for paying clients, 'demo' for ephemeral demo tenants.

    now?: () => number

    Clock override for tests.

    tenantId: string