Type Alias SendTestEmail404HttpError

type SendTestEmail404HttpError = {
    data: SendTestMailConfigNotFoundError;
    headers: Headers;
    status: 404;
}
Index

Properties

Properties

headers: Headers
status: 404