@typia/website
    Preparing search index...
    interface IResponse {
        description?: string;
        example?: any;
        headers?: Record<string, SwaggerV2.IJsonSchema>;
        schema?: SwaggerV2.IJsonSchema;
    }
    Index

    Properties

    description?: string
    example?: any
    headers?: Record<string, SwaggerV2.IJsonSchema>