export interface TVFModelProto {
    'name'?: (string);
    'fullName'?: (string);
}
export interface TVFModelProto__Output {
    'name': (string);
    'fullName': (string);
}
