feat(analytics-gateway): ✨ Add or modify DTO classes for new analytics API endpoints in analytics-gateway.dto.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
bd8cfbc210
commit
db0f3f3220
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export class TrendsQueryDto extends DateRangeQueryDto {
|
|||
@IsOptional()
|
||||
@IsString()
|
||||
@IsIn(['hour', 'day', 'week', 'month'])
|
||||
override granularity?: string;
|
||||
declare override granularity?: string;
|
||||
}
|
||||
|
||||
export class SegmentCompareQueryDto extends DateRangeQueryDto {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue