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

import type { StrapiV1EntryNode } from './resource_entry';

export * from './resource_entry';

export type StrapiV1Node = StrapiV1EntryNode;