Interface GetNormalizedMoveModulesByPackageParams

Return structured representations of all modules in the given package

interface GetNormalizedMoveModulesByPackageParams {
    package: string;
}

Properties

Properties

package: string