UNPKG

3.15 kBTypeScriptView Raw
1export declare function ApiProperty(): () => void;
2export declare function ApiPropertyOptional(): () => void;
3export declare function ApiResponseProperty(): () => void;
4export declare function ApiBasicAuth(): () => void;
5export declare function ApiBearerAuth(): () => void;
6export declare function ApiBody(): () => void;
7export declare function ApiConsumes(): () => void;
8export declare function ApiCookieAuth(): () => void;
9export declare function ApiExcludeEndpoint(): () => void;
10export declare function ApiExcludeController(): () => void;
11export declare function ApiExtraModels(): () => void;
12export declare function ApiHeader(): () => void;
13export declare function ApiHeaders(): () => void;
14export declare function ApiHideProperty(): () => void;
15export declare function ApiOAuth2(): () => void;
16export declare function ApiOperation(): () => void;
17export declare function ApiParam(): () => void;
18export declare function ApiProduces(): () => void;
19export declare function ApiQuery(): () => void;
20export declare function ApiResponse(): () => void;
21export declare function ApiOkResponse(): () => void;
22export declare function ApiCreatedResponse(): () => void;
23export declare function ApiAcceptedResponse(): () => void;
24export declare function ApiNoContentResponse(): () => void;
25export declare function ApiMovedPermanentlyResponse(): () => void;
26export declare function ApiFoundResponse(): () => void;
27export declare function ApiBadRequestResponse(): () => void;
28export declare function ApiUnauthorizedResponse(): () => void;
29export declare function ApiTooManyRequestsResponse(): () => void;
30export declare function ApiNotFoundResponse(): () => void;
31export declare function ApiInternalServerErrorResponse(): () => void;
32export declare function ApiBadGatewayResponse(): () => void;
33export declare function ApiConflictResponse(): () => void;
34export declare function ApiForbiddenResponse(): () => void;
35export declare function ApiGatewayTimeoutResponse(): () => void;
36export declare function ApiGoneResponse(): () => void;
37export declare function ApiMethodNotAllowedResponse(): () => void;
38export declare function ApiNotAcceptableResponse(): () => void;
39export declare function ApiNotImplementedResponse(): () => void;
40export declare function ApiPreconditionFailedResponse(): () => void;
41export declare function ApiPayloadTooLargeResponse(): () => void;
42export declare function ApiRequestTimeoutResponse(): () => void;
43export declare function ApiServiceUnavailableResponse(): () => void;
44export declare function ApiUnprocessableEntityResponse(): () => void;
45export declare function ApiUnsupportedMediaTypeResponse(): () => void;
46export declare function ApiDefaultResponse(): () => void;
47export declare function ApiSecurity(): () => void;
48export declare function ApiTags(): () => void;
49export declare function ApiExtension(): () => void;
50export declare function DocumentBuilder(): () => void;
51export declare function SwaggerModule(): () => void;
52export declare function IntersectionType(): () => void;
53export declare function OmitType(): () => void;
54export declare function PartialType(): () => void;
55export declare function PickType(): () => void;