Skip to content

Commit a3894c0

Browse files
committed
chore: removed test and update tsdoc
1 parent 149024a commit a3894c0

2 files changed

Lines changed: 8 additions & 67 deletions

File tree

packages/rockets-server/src/app.module.spec.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

packages/rockets-server/src/interfaces/rockets-server-options.interface.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,16 @@ import { SwaggerUiOptionsInterface } from '@concepta/nestjs-swagger-ui/dist/inte
3232
* Combined options interface for the AuthenticationCombinedModule
3333
*/
3434
export interface RocketsServerOptionsInterface {
35+
/**
36+
* Global settings for the Rockets Server module
37+
* Used to configure default behaviors and settings
38+
*/
3539
settings?: RocketsServerSettingsInterface;
3640

41+
/**
42+
* Swagger UI configuration options
43+
* Used to customize the Swagger/OpenAPI documentation interface
44+
*/
3745
swagger?: SwaggerUiOptionsInterface;
3846
/**
3947
* Core Authentication module options

0 commit comments

Comments
 (0)