Type alias CompositeRootType

CompositeRootType: {
    entities: {
        dest: Entity;
        src: Entity;
    }[];
    src: string;
}

Deprecated

composite is not being supported so far, please do not use this feature

Type declaration

  • entities: {
        dest: Entity;
        src: Entity;
    }[]
  • src: string