Anchorage API reference
    Preparing search index...

    Interface MaintenanceDurableObjectState

    interface MaintenanceDurableObjectState {
        id: { name?: string };
        storage: MaintenanceStorage;
    }
    Index

    Properties

    Properties

    id: { name?: string }