Circle V2 API Docs
    Preparing search index...
    type AssigneeSectionResult<T> = {
        items: T[];
        truncated: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    items: T[]
    truncated: boolean