Type Alias IdmConfigStub

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