interface IForgeMaker {
    platforms?: string[];
}

Implemented by

    Properties

    Properties

    platforms?: string[]