interface RenewResponse {
    invalidEmails: string[];
}

Properties

Properties

invalidEmails: string[]

Email that external access could not be renewed for.