interface ProjectConsumption {
    customBlocklistsCount: number;
    dedicatedIpsCount: number;
    domainsCount: number;
    monthlyEmailsCount: number;
    projectId: string;
    webhooksCount: number;
}

Properties

customBlocklistsCount: number

Number of custom blocklists in the project.

dedicatedIpsCount: number

Number of dedicated IP in the project.

domainsCount: number

Number of domains in the project.

monthlyEmailsCount: number

Number of emails sent during the current month in the project.

projectId: string

ID of the project.

webhooksCount: number

Number of webhooks in the project.