Type alias IdmConfigStub

IdmConfigStub: IdObjectSkeletonInterface & {
    _id: string;
    factoryPid: string | null;
    pid: string;
}

Type declaration

  • _id: string
  • factoryPid: string | null
  • pid: string