interface IInput {
    data: {
        commit_hash: string;
        commit_hours: number;
        coopname: string;
        description: string;
        meta: string;
        project_hash: string;
        username: string;
    };
}

Properties

Properties

data: {
    commit_hash: string;
    commit_hours: number;
    coopname: string;
    description: string;
    meta: string;
    project_hash: string;
    username: string;
}

Type declaration

  • commit_hash: string

    Хэш коммита

  • commit_hours: number

    Количество часов для коммита

  • coopname: string

    Имя аккаунта кооператива

  • description: string

    Описание коммита

  • meta: string

    Мета-данные коммита

  • project_hash: string

    Хэш проекта

  • username: string

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