chore(types, utils): added TSDocs for file provider module (#7553)

* chore(types, utils): added TSDocs for file provider module

* fix import
This commit is contained in:
Shahed Nasser
2024-06-03 11:18:02 +03:00
committed by GitHub
parent 70e1de7742
commit 28d2a5347a
3 changed files with 117 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ const fileOptions: FormattingOptionsType = {
"^file/.*AbstractFileProviderService": {
reflectionGroups: {
Properties: false,
Constructors: false,
},
reflectionDescription: `In this document, youll learn how to create a file provider module and the methods you must implement in its main service.`,
frontmatterData: {