@valon-technologies/gestalt
    Preparing search index...

    Interface OperationAnnotations

    OperationAnnotations carries optional host hints about how an operation behaves.

    interface OperationAnnotations {
        readOnlyHint?: boolean;
        idempotentHint?: boolean;
        destructiveHint?: boolean;
        openWorldHint?: boolean;
    }
    Index

    Properties

    readOnlyHint?: boolean
    idempotentHint?: boolean
    destructiveHint?: boolean
    openWorldHint?: boolean