Type Alias QueryArgumentsWithType<QueryType>

QueryArgumentsWithType<QueryType>: Query & {
    type: QueryType;
}

Type Parameters