interface IForgeResolvableMaker {
    config: any;
    enabled?: boolean;
    name: string;
    platforms?: null | string[];
}

Properties

config: any
enabled?: boolean
name: string
platforms?: null | string[]