/**
 * Google Contacts Node - Version 1
 * Re-exports all discriminator combinations.
 */

import type { GoogleContactsV1ContactNode } from './resource_contact';

export * from './resource_contact';

export type GoogleContactsV1Node = GoogleContactsV1ContactNode;