Added typedoc for OT Docs API Reference

This commit is contained in:
DJj123dj
2025-01-31 16:03:02 +01:00
parent 8e7fe4e502
commit f5e78949d7
5 changed files with 275 additions and 9 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ const timer = (ms:number): Promise<void> => {
})
}
interface ODUtilities {
export interface ODUtilities {
/**## project `utility variable`
* This is the name of the project you are currently in.
*
@@ -120,7 +120,7 @@ interface ODUtilities {
*
* It shouldn't be used by plugins because this is an internal API feature!
*/
class ODVersionMigration {
export class ODVersionMigration {
/**The version to migrate data to */
version: api.ODVersion
/**The migration function */