/** Region volume attached to */
export interface AttachedTo {
    /** Instance ID */
    id: string;
}
//# sourceMappingURL=AttachedTo.d.ts.map