Type Alias GetTotalMessagesPerTopicByTenantInput

GetTotalMessagesPerTopicByTenantInput: {
    endDate?: InputMaybe<Scalars["DateTime"]["input"]>;
    startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
}