interface IInput {
    data: {
        hash: string;
        parent_hash?: null | string;
    };
}

Properties

Properties

data: {
    hash: string;
    parent_hash?: null | string;
}

Type declaration

  • hash: string

    Хеш проекта

  • Optional parent_hash?: null | string

    Хеш родительского проекта для фильтрации компонентов