Type Alias SendTestMailConfigNotFoundError

type SendTestMailConfigNotFoundError = {
    errors?: { code: string; title: string }[];
}
Index

Properties

Properties

errors?: { code: string; title: string }[]

Type declaration

  • code: string

    The error code.

  • title: string

    Summary of the problem