Anchorage API reference
    Preparing search index...
    interface ApprovalStoreFactory {
        forTenant(tenantId: string): TenantBoundApprovalStore;
        system(): SystemApprovalStore;
    }

    Implemented by

    Index

    Methods