Type Alias CircleOfTrustSkeleton

CircleOfTrustSkeleton: AmConfigEntityInterface & {
    status?: string;
    trustedProviders?: string[];
}