GetIdMappingsArgs
type GetIdMappingsArgs = {
objIds: [string, ...string[]];
objName: IdMappingObjectType;
};
Arguments for getting ID mappings between old and new IDs.
See
Properties
objIds
objIds: [string, ...string[]];
Array of IDs to look up.
objName
objName: IdMappingObjectType;
The type of object to look up.