AboutSupportDeveloper GuideVersion 2.0.0

Result type for the collection of securities returned in a worksheet.

interface WorksheetSecuritiesResult {
    edges?: {
        cursor?: string;
        node?: WorksheetSecurity;
    }[];
    itemCount?: number;
    pageInfo?: PageInfo;
}

Properties

edges?: {
    cursor?: string;
    node?: WorksheetSecurity;
}[]

Type declaration

itemCount?: number
pageInfo?: PageInfo

Generated using TypeDoc