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

    Explicit handler response with an optional HTTP status override.

    interface Response<T> {
        "[responseBrand]": true;
        status?: number;
        body: T;
    }

    Type Parameters

    • T
    Index

    Properties

    "[responseBrand]": true
    status?: number
    body: T