Interface JavaScriptCommonPresetOptions

interface JavaScriptCommonPresetOptions {
    example: boolean;
    marshalling: boolean;
}

Properties

Properties

example: boolean
marshalling: boolean