Frodo Library - v4.0.0-10
    Preparing search index...

    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>;
    }
    Index

    Properties

    circlesOfTrust: Record<string, CircleOfTrustSkeleton>
    emailTemplates: Record<string, EmailTemplateSkeleton>
    innernodes?: Record<string, NodeSkeleton>
    innerNodes?: Record<string, NodeSkeleton>
    nodes: Record<string, NodeSkeleton>
    nodeTypes?: Record<string, CustomNodeSkeleton>
    saml2Entities: Record<string, Saml2ProviderSkeleton>
    scripts: Record<string, ScriptSkeleton>
    socialIdentityProviders: Record<string, SocialIdpSkeleton>
    themes: ThemeSkeleton[]
    variable: Record<string, VariableSkeleton>