GetConfigurationForDappQuery: {
    __typename?: "NotifiQuery";
    configurationForDapp?: {
        __typename?: "ClientConfiguration";
        supportedSmsCountryCodes?: (string | undefined)[];
        supportedTargetTypes?: TargetType[];
    };
}