/** * Catapult REST Endpoints * OpenAPI Specification of catapult-rest * * The version of the OpenAPI document: 1.0.4 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface MetadataEntryDTOTargetId */ export interface MetadataEntryDTOTargetId { } /** * Check if a given object implements the MetadataEntryDTOTargetId interface. */ export declare function instanceOfMetadataEntryDTOTargetId(value: Record): value is MetadataEntryDTOTargetId; export declare function MetadataEntryDTOTargetIdFromJSON(json: any): MetadataEntryDTOTargetId; export declare function MetadataEntryDTOTargetIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): MetadataEntryDTOTargetId; export declare function MetadataEntryDTOTargetIdToJSON(json: any): MetadataEntryDTOTargetId; export declare function MetadataEntryDTOTargetIdToJSONTyped(value?: MetadataEntryDTOTargetId | null, ignoreDiscriminator?: boolean): any;