Add API report

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
This commit is contained in:
Brian Phillips
2024-05-29 13:40:23 -05:00
parent c307ef471a
commit 2644eeccb9
+2
View File
@@ -23,6 +23,7 @@ export const EntityMembersListCard: (props: {
memberDisplayTitle?: string | undefined;
pageSize?: number | undefined;
showAggregateMembersToggle?: boolean | undefined;
relationship?: string | undefined;
relationsType?: EntityRelationAggregation | undefined;
}) => JSX_2.Element;
@@ -55,6 +56,7 @@ export const MembersListCard: (props: {
memberDisplayTitle?: string;
pageSize?: number;
showAggregateMembersToggle?: boolean;
relationship?: string;
relationsType?: EntityRelationAggregation;
}) => React_2.JSX.Element;