import * as fromDatatype from '../datatype-library/index'; export interface bl_t2t_item_to_item_link_RowInterface { guid: fromDatatype.GuidDataFieldInterface; fi_item_guid: fromDatatype.GuidDataFieldInterface; other_tenant_guid: fromDatatype.GuidDataFieldInterface; other_fi_item_guid: fromDatatype.GuidDataFieldInterface; created_date: fromDatatype.TimestampTzDatatypeInterface; updated_date: fromDatatype.TimestampTzDatatypeInterface; created_by_subject_guid: fromDatatype.GuidDataFieldInterface; updated_by_subject_guid: fromDatatype.GuidDataFieldInterface; status: fromDatatype.StatusDataFieldInterface; other_tenant_type: fromDatatype.TextDatatypeInterface; revision: fromDatatype.RevisionDataFieldInterface; vrsn: fromDatatype.VrsnDataFieldInterface; namespace: fromDatatype.VarcharDatatypeInterface; applet_guid: fromDatatype.GuidDataFieldInterface; module_guid: fromDatatype.GuidDataFieldInterface; } export declare class bl_t2t_item_to_item_link_RowClass implements bl_t2t_item_to_item_link_RowInterface { guid: fromDatatype.GuidDataFieldInterface; fi_item_guid: fromDatatype.GuidDataFieldInterface; other_tenant_guid: fromDatatype.GuidDataFieldInterface; other_fi_item_guid: fromDatatype.GuidDataFieldInterface; created_date: fromDatatype.TimestampTzDatatypeInterface; updated_date: fromDatatype.TimestampTzDatatypeInterface; created_by_subject_guid: fromDatatype.GuidDataFieldInterface; updated_by_subject_guid: fromDatatype.GuidDataFieldInterface; status: fromDatatype.StatusDataFieldInterface; other_tenant_type: fromDatatype.TextDatatypeInterface; revision: fromDatatype.RevisionDataFieldInterface; vrsn: fromDatatype.VrsnDataFieldInterface; namespace: fromDatatype.VarcharDatatypeInterface; applet_guid: fromDatatype.GuidDataFieldInterface; module_guid: fromDatatype.GuidDataFieldInterface; }