Skip to content

Commit

Permalink
Documentate again
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Feb 24, 2024
1 parent 7b58142 commit 57c9f55
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions website/pages/docs/sdk/swagger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1384,21 +1384,7 @@ export namespace ISwaggerSecurityScheme {
```typescript
export function SwaggerCustomizer(
closure: (props: SwaggerCustomizer.IProps) => unknown,
): MethodDecorator {
return function SwaggerCustomizer(
target: Object,
propertyKey: string | symbol,
descriptor: TypedPropertyDescriptor<any>,
) {
Reflect.defineMetadata(
"nestia/SwaggerCustomizer",
closure,
target,
propertyKey,
);
return descriptor;
};
}
): MethodDecorator;
export namespace SwaggerCustomizer {
export interface IProps {
swagger: ISwagger;
Expand Down

0 comments on commit 57c9f55

Please sign in to comment.