export interface TVFDescriptorProto {
    'columnName'?: (string)[];
}
export interface TVFDescriptorProto__Output {
    'columnName': (string)[];
}
