fedisearch/application/src/graphql/common/queries/listStats.ts

6 wiersze
133 B
TypeScript

import { StatsQueryInputType } from '../types/StatsQueryInput'
export interface ListStatsVariables {
query: StatsQueryInputType
}