@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            _id?: string | null;
            contributor_hash?: string | null;
            username?: string | null;
        };
    }
    Index

    Properties

    Properties

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

    Type Declaration

    • Optional_id?: string | null

      ID участника

    • Optionalcontributor_hash?: string | null

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

    • Optionalusername?: string | null

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