Skip to content

Commit

Permalink
chore: add missing docs requests module (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeadTriXz authored Sep 16, 2023
1 parent a4ad090 commit ee463ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/barry/src/modules/marketplace/dependencies/requests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,19 @@ export enum RequestActionButton {
* Represents the requests module.
*/
export default class RequestsModule extends Module<Application> {
/**
* Repository class for managing request messages.
*/
requestMessages: RequestMessageRepository;

/**
* Repository class for managing requests.
*/
requests: RequestRepository;

/**
* Repository class for managing settings for this module.
*/
requestsSettings: RequestsSettingsRepository;

/**
Expand Down

0 comments on commit ee463ab

Please # to comment.