interface IInput {
    data: {
        _id?: null | string;
        contributor_hash?: null | string;
        username?: null | string;
    };
}

Properties

Properties

data: {
    _id?: null | string;
    contributor_hash?: null | string;
    username?: null | string;
}

Type declaration

  • Optional _id?: null | string

    ID участника

  • Optional contributor_hash?: null | string

    Хеш участника

  • Optional username?: null | string

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