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

    Interface CertificationTemplateExportInterface

    interface CertificationTemplateExportInterface {
        certificationTemplate: Record<string, CertificationTemplateSkeleton>;
        emailTemplate?: Record<string, EmailTemplateSkeleton>;
        meta?: ExportMetaData;
    }
    Index

    Properties

    certificationTemplate: Record<string, CertificationTemplateSkeleton>
    emailTemplate?: Record<string, EmailTemplateSkeleton>