interface IGenerationOptions {
    skip_save?: boolean;
}

Properties

Properties

skip_save?: boolean