/**
 * @example
 *     {
 *         domain: "example.com"
 *     }
 */
export interface BlockNewDomainRequest {
    /** name of the domain to be blocked */
    domain: string;
}
