You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* The database type.
* @typedef {Object} DB
* @property {String} folder - The path of the folder where the data files are stored.
* @property {Object<String, Schema>} schemas - The schemas on the database.
*/
The type DB is shown on the documentation but the properties folder and schemas are shown without types. Is there any way to show types for these like shown for function arguments for exemple ?
Thank you,
Amine
The text was updated successfully, but these errors were encountered:
Hello,
I have the following type definition
The type
DB
is shown on the documentation but the propertiesfolder
andschemas
are shown without types. Is there any way to show types for these like shown for function arguments for exemple ?Thank you,
Amine
The text was updated successfully, but these errors were encountered: