idea-aws
    Preparing search index...

    Interface ResourceControllerResult

    The result of a Resource Controller's execution.

    interface ResourceControllerResult {
        body: string;
        headers: Record<string, string>;
        statusCode: number;
    }
    Index

    Properties

    body: string
    headers: Record<string, string>
    statusCode: number