Type Alias QueryArgumentsWithType<QueryType>

QueryArgumentsWithType: Query & { type: QueryType }

Type Parameters