UNPKG

@tmlmobilidade/emails

Version:
5 lines (4 loc) 79 B
export interface SendEmailProps<T> { data: T; to: string | string[]; }