@suluk/agents - v0.1.6
    Preparing search index...

    Interface AgentManifestRoute

    interface AgentManifestRoute {
        name: string;
        operationRef: string;
        guarantee?: "same-in-same-out" | "idempotent" | "safe";
    }
    Index

    Properties

    name: string
    operationRef: string
    guarantee?: "same-in-same-out" | "idempotent" | "safe"