interface IInput { filter?: { coopname?: null | string; has_vote?: null | boolean; is_author?: null | boolean; is_contributor?: null | boolean; is_coordinator?: null | boolean; is_creator?: null | boolean; is_investor?: null | boolean; is_propertor?: null | boolean; project_hash?: null | string; status?: null | SegmentStatus; username?: null | string; }; } Properties
Optional filter
filter?: { coopname?: null | string; has_vote?: null | boolean; is_author?: null | boolean; is_contributor?: null | boolean; is_coordinator?: null | boolean; is_creator?: null | boolean; is_investor?: null | boolean; is_propertor?: null | boolean; project_hash?: null | string; status?: null | SegmentStatus; username?: null | string; } Type declaration
Optional coopname?: null | string
Optional has_vote?: null | boolean
Optional is_author?: null | boolean
Optional is_contributor?: null | boolean
Optional is_coordinator?: null | boolean
Optional is_creator?: null | boolean
Optional is_investor?: null | boolean
Optional is_propertor?: null | boolean
Optional project_hash?: null | string
Optional username?: null | string
Фильтр по названию кооператива