interface IInput {
    data: {
        result_hash: string;
        username: string;
    };
    options?: {
        lang?: null | string;
        skip_save?: null | boolean;
    };
}

Properties

Properties

data: {
    result_hash: string;
    username: string;
}

Type declaration

  • result_hash: string

    Хэш результата

  • username: string

    Имя пользователя

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

Type declaration

  • Optional lang?: null | string

    Язык документа

  • Optional skip_save?: null | boolean

    Пропустить сохранение