interface IInput {
    data: {
        development_repository_url?: null | string;
        project_hash: string;
    };
}

Properties

Properties

data: {
    development_repository_url?: null | string;
    project_hash: string;
}

Type declaration

  • Optional development_repository_url?: null | string

    URL репозитория на github.com или формат owner/repo; пустая строка / null — сброс и отключение опроса для этого проекта

  • project_hash: string

    Хэш проекта или компонента