urembo-hub-api
    Preparing search index...

    Interface EmailTemplate

    interface EmailTemplate {
        html: string;
        subject: string;
    }
    Index

    Properties

    Properties

    html: string
    subject: string