Type Alias InteractionDatesQueryParams
InteractionDatesQueryParams: {
with_interaction_dates?: boolean;
} | {
with_interaction_dates: true;
with_interaction_persons: true;
}
Type declaration
Optional
with_interaction_dates?: boolean
Type declaration
with_interaction_dates: true
with_interaction_persons: true
When true, interaction dates will be present on the returned resources.