export interface ComplexEntityKeyMetadata { SchemaName?: string; MetadataId?: import("cdsify").Guid; LogicalName?: string; KeyAttributes?: string[]; IsSynchronous?: boolean; IsManaged?: boolean; IsExportKey?: boolean; IsCustomizable?: import("../complextypes/BooleanManagedProperty").BooleanManagedProperty; IntroducedVersion?: string; HasChanged?: boolean; EntityLogicalName?: string; EntityKeyIndexStatus?: import("../enums/EntityKeyIndexStatus").EntityKeyIndexStatus; DisplayName?: import("../complextypes/Label").Label; }