Interface PlatformCommonConfig

interface PlatformCommonConfig {
    use: (keyof ServiceList)[];
}

Properties

Properties

use: (keyof ServiceList)[]