@shortcut/client
    Preparing search index...

    Interface SearchResults

    The results of the multi-entity search query.

    interface SearchResults {
        epics?: EpicSearchResults;
        iterations?: IterationSearchResults;
        milestones?: ObjectiveSearchResults;
        stories?: StorySearchResults;
    }
    Index

    Properties

    The results of the Epic search query.

    The results of the Iteration search query.

    The results of the Objective search query.

    The results of the Story search query.