Options
All
  • Public
  • Public/Protected
  • All
Menu

Module orm_functions/template

Index

Functions

  • deleteTemplate(id: number): Promise<template_email>
  • getAllTemplates(): Promise<template_email[]>
  • getTemplateById(templateId: number): Promise<null | template_email>
  • getTemplatesByName(name: string): Promise<(template_email & { login_user: null | login_user })[]>

Generated using TypeDoc