Type Alias CreateDirectPushAlertMutationVariables

CreateDirectPushAlertMutationVariables: Exact<{
    input: CreateDirectPushAlertInput;
}>