type Value = string | number | boolean | null; type Query = Record; type StringQuery = Record; export type { Query as Q, StringQuery as S, Value as V };