Interface SingleTreeExportInterface
interface SingleTreeExportInterface { circlesOfTrust: Record<string, CircleOfTrustSkeleton>; emailTemplates: Record<string, EmailTemplateSkeleton>; innernodes?: Record<string, NodeSkeleton>; innerNodes?: Record<string, NodeSkeleton>; meta?: ExportMetaData; nodes: Record<string, NodeSkeleton>; nodeTypes?: Record<string, CustomNodeSkeleton>; saml2Entities: Record<string, Saml2ProviderSkeleton>; scripts: Record<string, ScriptSkeleton>; socialIdentityProviders: Record<string, SocialIdpSkeleton>; themes: ThemeSkeleton[]; tree: TreeSkeleton; variable: Record<string, VariableSkeleton>;} Properties