IOutput: { capitalStory?: undefined | { _created_at: unknown; _id: string; _updated_at: unknown; block_num?: null | number; coopname: string; created_by: string; description?: null | string; issue_id?: null | string; present: boolean; project_hash?: null | string; sort_order: number; status: StoryStatus; story_hash: string; title: string; }; } Type declaration
Optional capitalStory?: undefined | {
_created_at: unknown;
_id: string;
_updated_at: unknown;
block_num?: null | number;
coopname: string;
created_by: string;
description?: null | string;
issue_id?: null | string;
present: boolean;
project_hash?: null | string;
sort_order: number;
status: StoryStatus;
story_hash: string;
title: string;
}
Получение истории по хэшу