Interface SelectDistinctResponse

interface SelectDistinctResponse {
    queryName: string;
    schemaName: string;
    values: any[];
}

Properties

queryName: string
schemaName: string
values: any[]

Generated using TypeDoc