package object

import (
	objectSDK "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/object"
	oid "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/object/id"
)

// AddressWithType groups object address with its FrostFS
// object type.
type AddressWithType struct {
	Address oid.Address
	Type    objectSDK.Type
}