export interface DescribeObject {
    database: string;
    schema?: string;
    type?: string;
    table?: string;
    column?: string;
}
