UNPKG

103 BTypeScriptView Raw
1export interface SelectQuery {
2 selection: string;
3 aliasName?: string;
4 virtual?: boolean;
5}