interface IGenerationOptions {
    lang?: string;
    skip_save?: boolean;
}

Properties

Properties

lang?: string
skip_save?: boolean