We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc2638 commit 6fc02efCopy full SHA for 6fc02ef
src/blocks/Contributors/types.ts
@@ -1,5 +1,4 @@
1
import {Animatable} from '@gravity-ui/page-constructor';
2
-import {Contributor} from 'src/api';
3
4
import {CustomBlock} from '../constants';
5
@@ -11,7 +10,6 @@ type TelegramLink = {
11
10
export type ContributorsProps = Animatable & {
12
title: string;
13
link: TelegramLink;
14
- contributors: Contributor[];
15
};
16
17
export type ContributorsModel = ContributorsProps & {
0 commit comments