Documentation@sapphire/piecesInterfacesRootDataOn this pageInterface: RootData Represents the root data. Properties root root: string The root directory. Defined in projects/pieces/src/lib/internal/RootScan.ts:20 type type: "ESM" | "CommonJS" The type of the module system used. It can be either 'ESM' or 'CommonJS'. Defined in projects/pieces/src/lib/internal/RootScan.ts:26