@shortcut/client
    Preparing search index...

    Interface IterationAssociatedGroup

    interface IterationAssociatedGroup {
        associated_stories_count?: number;
        group_id: string;
    }
    Index

    Properties

    associated_stories_count?: number

    The number of stories this Group owns in the Iteration.

    int64

    group_id: string

    The Group ID of the associated group.

    uuid