DeleteAlertMutation: {
    __typename?: "NotifiMutation";
    deleteAlert?: {
        __typename?: "Alert";
        id: string;
    };
}