@typia/website
    Preparing search index...

    Request body of the operation.

    interface IRequestBody {
        content?: IContent;
        description?: string;
        required?: boolean;
        "x-nestia-encrypted"?: boolean;
    }
    Index

    Properties

    content?: IContent
    description?: string
    required?: boolean
    "x-nestia-encrypted"?: boolean