export interface TableValuedFunctionRefProto {
    'name'?: (string);
}
export interface TableValuedFunctionRefProto__Output {
    'name': (string);
}
