Return a structured representation of Move module

interface GetNormalizedMoveModuleParams {
    module: string;
    package: string;
}

Properties

Properties

module: string
package: string