AutoBE
    Preparing search index...

    Interface AutoBeInterfaceGroupBoundary

    API workflow ownership boundary for an interface group.

    Samchon

    interface AutoBeInterfaceGroupBoundary {
        excludedConcepts: string[];
        ownedConcepts: string[] & MinItems<1>;
        referencedConcepts: string[];
    }
    Index

    Properties

    excludedConcepts: string[]

    Nearby API concepts that this group deliberately leaves to another owner group to avoid duplicate primary endpoint surfaces.

    ownedConcepts: string[] & MinItems<1>

    Primary API workflow/resource concepts this group owns.

    Every user-facing workflow or primary resource surface identified during grouping should have exactly one owner group. Use concise phrases such as "sale listing management", "order checkout workflow", or "moderation report review".

    referencedConcepts: string[]

    Concepts this group may reference for nesting, lookups, authorization context, projections, or cross-domain workflow support while leaving primary endpoint ownership elsewhere.