interface IInput {
    input: {
        data: any;
        options?: null | {
            lang?: null | string;
            skip_save?: null | boolean;
        };
    };
}

Properties

Properties

input: {
    data: any;
    options?: null | {
        lang?: null | string;
        skip_save?: null | boolean;
    };
}

Type declaration

  • data: any

    Произвольные данные для генерации документа в формате JSON

  • Optional options?: null | {
        lang?: null | string;
        skip_save?: null | boolean;
    }

    Опции генерации документа