Type Alias RelationshipCountResultBeta

RelationshipCountResult: {
    count: number;
    expired?: boolean;
}

Type representing the result of a relationship count operation.

Type declaration

  • Betacount: number

    The count of the relationships.

  • Optional Betaexpired?: boolean

    Whether the count is expired.